hedgedoc. Trying to fix env variables interpolation in the container 2.
This commit is contained in:
parent
a8646b7949
commit
a1fe0926f7
|
@ -21,4 +21,4 @@ DATABASE_PASS=*ChangeMe*
|
|||
|
||||
TIMEZONE=Europe/Moscow
|
||||
|
||||
#GRAVATAR_ENABLED=false
|
||||
#CMD_ALLOW_GRAVATAR=false
|
||||
|
|
|
@ -17,7 +17,6 @@ services:
|
|||
- 'CMD_PROTOCOL_USESSL=true' #optional
|
||||
- 'CMD_PORT=${WEB_PORT:-8394}' #optional
|
||||
- 'CMD_DB_DIALECT=${DATABASE_DIALECT:-mariadb}' #optional
|
||||
- 'CMD_ALLOW_GRAVATAR=${GRAVATAR_ENABLED:true}' #optional
|
||||
- CMD_ALLOW_ORIGIN=['${DOMAIN}'] #optional
|
||||
volumes:
|
||||
- '${DIR_CONFIG:-./config}:/config'
|
||||
|
|
Loading…
Reference in a new issue