diff --git a/hedgedoc/.env.dist b/hedgedoc/.env.dist index af5c8ea..0abfe0f 100644 --- a/hedgedoc/.env.dist +++ b/hedgedoc/.env.dist @@ -21,4 +21,4 @@ DATABASE_PASS=*ChangeMe* TIMEZONE=Europe/Moscow -#GRAVATAR_ENABLED=false \ No newline at end of file +#CMD_ALLOW_GRAVATAR=false diff --git a/hedgedoc/docker-compose.yml b/hedgedoc/docker-compose.yml index 890d95f..be076e7 100644 --- a/hedgedoc/docker-compose.yml +++ b/hedgedoc/docker-compose.yml @@ -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'