Added Config Volume Mount

This commit is contained in:
Mohammed A.Q 2020-05-19 04:19:53 +00:00 committed by GitHub
parent 924cf01b86
commit e0ae48a41e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ services:
restart: always
ports:
- "5000:5000"
volumes:
- path/to/config:/config
environment:
- PUID=${PUID} # User uid
- PGID=${PGID} # User gid