mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-11 09:41:30 -04:00
chore: Fix wrong chartset passed to etherpad and ueberdb2 config
This commit is contained in:
parent
1b99e4b872
commit
b09b117032
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb_prod
|
- mariadb_prod
|
||||||
environment:
|
environment:
|
||||||
DB_CHARSET: ${DOCKER_COMPOSE_APP_PROD_ENV_DB_CHARSET:-utf8mb4_bin}
|
DB_CHARSET: ${DOCKER_COMPOSE_APP_PROD_ENV_DB_CHARSET:-utf8mb4}
|
||||||
DB_HOST: mariadb_prod
|
DB_HOST: mariadb_prod
|
||||||
DB_NAME: ${DOCKER_COMPOSE_MARIADB_PROD_ENV_MARIADB_DATABASE:?}
|
DB_NAME: ${DOCKER_COMPOSE_MARIADB_PROD_ENV_MARIADB_DATABASE:?}
|
||||||
DB_PASS: ${DOCKER_COMPOSE_MARIADB_PROD_ENV_MARIADB_PASSWORD:?}
|
DB_PASS: ${DOCKER_COMPOSE_MARIADB_PROD_ENV_MARIADB_PASSWORD:?}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue