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