UMASK fixes
This commit is contained in:
parent
49219b0e88
commit
8a3e78b58e
@ -11,7 +11,7 @@
|
||||
environment:
|
||||
PUID: 10011
|
||||
PGID: 10002
|
||||
UMASK: 9002
|
||||
UMASK: 0002
|
||||
TZ: "Etc/UTC"
|
||||
healthcheck:
|
||||
test: "curl -f http://localhost:6595"
|
||||
|
@ -11,7 +11,7 @@
|
||||
environment:
|
||||
PUID: 10009
|
||||
PGID: 10009
|
||||
UMASK: 077
|
||||
UMASK: 0077
|
||||
TZ: "Etc/UTC"
|
||||
healthcheck:
|
||||
test: "curl -f http://localhost:9696"
|
||||
|
@ -11,7 +11,7 @@
|
||||
environment:
|
||||
PUID: 10005
|
||||
PGID: 10002
|
||||
UMASK: 002
|
||||
UMASK: 0002
|
||||
TZ: "Etc/UTC"
|
||||
healthcheck:
|
||||
test: "curl -f http:///localhost:8080"
|
||||
|
@ -11,7 +11,7 @@
|
||||
environment:
|
||||
PUID: 10006
|
||||
PGID: 10002
|
||||
UMASK: 002
|
||||
UMASK: 0002
|
||||
TZ: "Etc/UTC"
|
||||
healthcheck:
|
||||
test: "curl -f http://localhost:9091"
|
||||
|
Loading…
Reference in New Issue
Block a user