Add run command for docker-compose example (#71)

This commit is contained in:
Sander 2022-05-05 20:25:20 +02:00 committed by GitHub
parent 339ea56d18
commit c8800b9589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,7 @@ services:
adguardhome-sync:
image: ghcr.io/bakito/adguardhome-sync
container_name: adguardhome-sync
command: run --config /config/adguardhome-sync.yaml
volumes:
- /path/to/appdata/config/adguardhome-sync.yaml:/config/adguardhome-sync.yaml
ports:
@ -196,4 +197,4 @@ The following log levels are supported (default: info)
- debug
- info
- warn
- error
- error