Actualiser dockers/etherpad/docker-compose.yml

This commit is contained in:
HPL 2024-12-01 18:18:28 +01:00
parent 242363bccc
commit fdbf20a7b9

View File

@ -1,7 +1,7 @@
services:
pad:
image: etherpad/etherpad:1.8.18
image: etherpad/etherpad:2.2.5
container_name: ${etherpadServName}
restart: ${restartPolicy}
depends_on:
@ -12,7 +12,6 @@ services:
external_links:
- ${etherpadDBName}:padDB
volumes:
- etherpadPlugins:/opt/etherpad-lite/node_modules/
- ${PWD}/settings.json:/opt/etherpad-lite/settings.json
env_file: