UMASK fixes
This commit is contained in:
parent
49219b0e88
commit
8a3e78b58e
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user