update etherpad to 2.5.2; fix charset and add auth method
This commit is contained in:
@@ -47,7 +47,7 @@ services:
|
|||||||
retries: 20
|
retries: 20
|
||||||
etherpad:
|
etherpad:
|
||||||
container_name: etherpad-container
|
container_name: etherpad-container
|
||||||
image: etherpad/etherpad:1.8.17
|
image: etherpad/etherpad:2.5.2
|
||||||
# ports:
|
# ports:
|
||||||
# - 9001:9001
|
# - 9001:9001
|
||||||
environment:
|
environment:
|
||||||
@@ -57,8 +57,9 @@ services:
|
|||||||
DB_NAME: etherpaddb
|
DB_NAME: etherpaddb
|
||||||
DB_USER: user
|
DB_USER: user
|
||||||
DB_PASS: "hgu"
|
DB_PASS: "hgu"
|
||||||
DB_CHARSET: utf8
|
DB_CHARSET: "utf8mb4"
|
||||||
TRUST_PROXY: false
|
TRUST_PROXY: false
|
||||||
|
AUTHENTICATION_METHOD: "apikey"
|
||||||
depends_on:
|
depends_on:
|
||||||
etherpadsql:
|
etherpadsql:
|
||||||
condition: "service_healthy"
|
condition: "service_healthy"
|
||||||
|
|||||||
Reference in New Issue
Block a user