m
This commit is contained in:
+1
-4
@@ -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
|
||||||
Reference in New Issue
Block a user