update etherpad to 2.5.2; fix charset and add auth method

This commit is contained in:
2025-11-04 22:02:07 +01:00
parent 2024466a48
commit 78c2860cca

View File

@@ -47,7 +47,7 @@ services:
retries: 20
etherpad:
container_name: etherpad-container
image: etherpad/etherpad:1.8.17
image: etherpad/etherpad:2.5.2
# ports:
# - 9001:9001
environment:
@@ -57,8 +57,9 @@ services:
DB_NAME: etherpaddb
DB_USER: user
DB_PASS: "hgu"
DB_CHARSET: utf8
DB_CHARSET: "utf8mb4"
TRUST_PROXY: false
AUTHENTICATION_METHOD: "apikey"
depends_on:
etherpadsql:
condition: "service_healthy"