Tidying
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
# Service settings specific to this server
|
||||
TEMPLATE=example
|
||||
|
||||
# Application settings
|
||||
CONTAINER_PORT=8181
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Template to use - always required!
|
||||
TEMPLATE=example
|
||||
|
||||
# Service settings specific to this server
|
||||
# (can also override anything in the _basic.env file in the template to make it specific to this server)
|
||||
|
||||
HOST_PORT=80
|
||||
LOCAL_DATA_FOLDER="${HOME}/.example"
|
||||
IMAGE_TAG="latest"
|
||||
|
Reference in New Issue
Block a user