Update docker-compose.yml
- Added User And Password Variables - Changed Port Variable to better name
This commit is contained in:
parent
de71078433
commit
924cf01b86
|
@ -18,4 +18,6 @@ services:
|
|||
- PUID=${PUID} # User uid
|
||||
- PGID=${PGID} # User gid
|
||||
- TZ=${TZ} # TimeZone
|
||||
- WEB_PORT=5000 # Default port 5000
|
||||
- EXPOSE_PORT=5000 # Default port 5000
|
||||
- USER= # Optional
|
||||
- PASSWORD= # Optional
|
||||
|
|
Loading…
Reference in New Issue
Block a user