8 lines
153 B
YAML
8 lines
153 B
YAML
|
services:
|
||
|
fritzfix:
|
||
|
build: .
|
||
|
container_name: fritzfix
|
||
|
volumes:
|
||
|
- ./config.json:/opt/fritzfix/config.json
|
||
|
restart: unless-stopped
|