Adding user definition in compose
Looking to fix an issue where the default directories are owned by the incorrect user.
This commit is contained in:
parent
d430ac5932
commit
cc76cbec0e
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ services:
|
||||||
ipv4_address: 10.10.0.3
|
ipv4_address: 10.10.0.3
|
||||||
labels:
|
labels:
|
||||||
- "traefik.expose=false"
|
- "traefik.expose=false"
|
||||||
|
user: "${UID:-1000}:${GID:-1000}"
|
||||||
expose:
|
expose:
|
||||||
- 9245
|
- 9245
|
||||||
- 9246
|
- 9246
|
||||||
|
|
Loading…
Reference in a new issue