diff --git a/etherpad/docker-compose.yml b/etherpad/docker-compose.yml index 056c9b3..3224786 100644 --- a/etherpad/docker-compose.yml +++ b/etherpad/docker-compose.yml @@ -31,7 +31,8 @@ services: - postgres environment: NODE_ENV: production - ADMIN_PASSWORD: DOCKER_COMPOSE_APP_ADMIN_PASSWORD + # not necessary to initially define + # ADMIN_PASSWORD: DOCKER_COMPOSE_APP_ADMIN_PASSWORD DB_CHARSET: utf8mb4 DB_HOST: postgres DB_NAME: etherpad