Update example.env
This commit is contained in:
parent
5977bd6eb7
commit
d87ea449eb
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ POSTGRES_PASSWORD=changeme
|
|||
BUILD_INFO=latest
|
||||
|
||||
# Port to expose HTTP service
|
||||
# Set to 127.0.0.1:8080 if you wish to reverse-proxy the docker's port,
|
||||
# otherwise the port specified here will be publicly accessible
|
||||
PORT=8080
|
||||
|
||||
# Directory to store image data
|
||||
|
|
Reference in a new issue