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:
Leopere 2018-10-02 17:44:12 -04:00
parent d430ac5932
commit cc76cbec0e

View file

@ -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