use full storage path not path to volumes
This commit is contained in:
parent
a69a5991b3
commit
c6bf4e3fa0
8 changed files with 22 additions and 22 deletions
|
@ -22,8 +22,8 @@ services:
|
|||
- NTFY_ENABLE_LOGIN=true
|
||||
- NTFY_ENABLE_RESERVATIONS=false
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/push/ntfy/cache/:/var/cache/ntfy
|
||||
- ${VOLUMES_PATH}/push/ntfy/varlib/:/var/lib/ntfy/
|
||||
- ${STORAGE_PATH}/ntfy/cache/:/var/cache/ntfy
|
||||
- ${STORAGE_PATH}/ntfy/varlib/:/var/lib/ntfy/
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.push.rule=Host(`${FQDN_PUSH}`)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue