Update file names and remove useless things
This commit is contained in:
12
.archived/adguardhome-sync/compose.yaml
Normal file
12
.archived/adguardhome-sync/compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
adguardhome-sync:
|
||||
container_name: adguardhome-sync
|
||||
image: ghcr.io/bakito/adguardhome-sync:alpine-v0.7.8
|
||||
restart: unless-stopped
|
||||
command: run --config /config/adguardhome-sync.yaml
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/adguardhome-sync/adguardhome-sync.yaml:/config/adguardhome-sync.yaml
|
||||
ports:
|
||||
- ${PORT}:8080
|
||||
Reference in New Issue
Block a user