13 lines
264 B
YAML
Executable File
13 lines
264 B
YAML
Executable File
#version: '2.1'
|
|
#https://github.com/AlfHou/hammond?tab=readme-ov-file
|
|
services:
|
|
hammond:
|
|
image: alfhou/hammond
|
|
container_name: hammond2
|
|
volumes:
|
|
- ./config:/config
|
|
- ./data:/assets
|
|
ports:
|
|
- 3002:3000
|
|
restart: unless-stopped
|