This commit is contained in:
zino
2026-05-11 20:17:48 +02:00
parent b3d28be795
commit bc209a7e2a
+1 -4
View File
@@ -3,8 +3,6 @@ services:
user: "0:0" user: "0:0"
image: etherpad/etherpad:latest image: etherpad/etherpad:latest
container_name: etherpad container_name: etherpad
tty: true
stdin_open: true
restart: unless-stopped restart: unless-stopped
environment: environment:
NODE_ENV: production NODE_ENV: production
@@ -22,11 +20,10 @@ services:
SESSION_NO_PASSWORD: "false" SESSION_NO_PASSWORD: "false"
volumes: volumes:
- ./volumes/etherpad-var:/opt/etherpad-lite/var - ./volumes/etherpad-var:/opt/etherpad-lite/var
- ./volumes/etherpad-plugins:/opt/etherpad-lite/src/plugin_packages
networks: networks:
- web - web
networks: networks:
web: web:
external: true external: true
name: web name: web