fix: remove charset from entrypoint

This commit is contained in:
Glenn Y. Rolland 2021-04-30 14:46:21 +02:00
parent 29926827e4
commit 3aa7fd1bcf

View file

@ -82,8 +82,7 @@ if ! [ -f settings.json ]; then
"user" : "${ETHERPAD_DB_USERNAME}",
"host" : "${ETHERPAD_DB_HOST}",
"password": "${ETHERPAD_DB_PASSWORD}",
"database": "${ETHERPAD_DB_NAME}",
"charset": "utf8mb4"
"database": "${ETHERPAD_DB_NAME}"
},
EOF