Update compose.yml
This commit is contained in:
@@ -6,8 +6,11 @@ services:
|
|||||||
- serve
|
- serve
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Copenhagen # optional: set desired timezone
|
- TZ=Europe/Copenhagen # optional: set desired timezone
|
||||||
|
- NTFY_AUTH_FILE=/var/lib/ntfy/user.db
|
||||||
|
- NTFY_AUTH_DEFAULT_ACCESS=deny-all
|
||||||
# user: UID:GID # optional: replace with your own user/group or uid/gid
|
# user: UID:GID # optional: replace with your own user/group or uid/gid
|
||||||
volumes:
|
volumes:
|
||||||
|
- /datadisk/docker/ntfy/lib:/var/lib/ntfy
|
||||||
- /datadisk/docker/ntfy/cache:/var/cache/ntfy
|
- /datadisk/docker/ntfy/cache:/var/cache/ntfy
|
||||||
- /datadisk/docker/ntfy/etc:/etc/ntfy
|
- /datadisk/docker/ntfy/etc:/etc/ntfy
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user