Update compose.yml
This commit is contained in:
@@ -6,8 +6,11 @@ services:
|
||||
- serve
|
||||
environment:
|
||||
- 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
|
||||
volumes:
|
||||
- /datadisk/docker/ntfy/lib:/var/lib/ntfy
|
||||
- /datadisk/docker/ntfy/cache:/var/cache/ntfy
|
||||
- /datadisk/docker/ntfy/etc:/etc/ntfy
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user