mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-08 16:19:34 +08:00
Add run command for docker-compose example (#71)
This commit is contained in:
parent
339ea56d18
commit
c8800b9589
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue