fix: remove charset from entrypoint
This commit is contained in:
parent
29926827e4
commit
3aa7fd1bcf
1 changed files with 1 additions and 2 deletions
|
@ -82,8 +82,7 @@ if ! [ -f settings.json ]; then
|
||||||
"user" : "${ETHERPAD_DB_USERNAME}",
|
"user" : "${ETHERPAD_DB_USERNAME}",
|
||||||
"host" : "${ETHERPAD_DB_HOST}",
|
"host" : "${ETHERPAD_DB_HOST}",
|
||||||
"password": "${ETHERPAD_DB_PASSWORD}",
|
"password": "${ETHERPAD_DB_PASSWORD}",
|
||||||
"database": "${ETHERPAD_DB_NAME}",
|
"database": "${ETHERPAD_DB_NAME}"
|
||||||
"charset": "utf8mb4"
|
|
||||||
},
|
},
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue