UMASK fixes

This commit is contained in:
Andreas S. Turriff 2024-06-17 19:48:20 -07:00
parent 49219b0e88
commit 8a3e78b58e
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
environment: environment:
PUID: 10011 PUID: 10011
PGID: 10002 PGID: 10002
UMASK: 9002 UMASK: 0002
TZ: "Etc/UTC" TZ: "Etc/UTC"
healthcheck: healthcheck:
test: "curl -f http://localhost:6595" test: "curl -f http://localhost:6595"

View File

@ -11,7 +11,7 @@
environment: environment:
PUID: 10009 PUID: 10009
PGID: 10009 PGID: 10009
UMASK: 077 UMASK: 0077
TZ: "Etc/UTC" TZ: "Etc/UTC"
healthcheck: healthcheck:
test: "curl -f http://localhost:9696" test: "curl -f http://localhost:9696"

View File

@ -11,7 +11,7 @@
environment: environment:
PUID: 10005 PUID: 10005
PGID: 10002 PGID: 10002
UMASK: 002 UMASK: 0002
TZ: "Etc/UTC" TZ: "Etc/UTC"
healthcheck: healthcheck:
test: "curl -f http:///localhost:8080" test: "curl -f http:///localhost:8080"

View File

@ -11,7 +11,7 @@
environment: environment:
PUID: 10006 PUID: 10006
PGID: 10002 PGID: 10002
UMASK: 002 UMASK: 0002
TZ: "Etc/UTC" TZ: "Etc/UTC"
healthcheck: healthcheck:
test: "curl -f http://localhost:9091" test: "curl -f http://localhost:9091"