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