suppr commentaire du docker-compose.yml
This commit is contained in:
parent
f796f01d40
commit
1586e7b48b
@ -9,10 +9,8 @@ services:
|
|||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
networks:
|
networks:
|
||||||
- etherpadNet
|
- etherpadNet
|
||||||
# - postfixNet
|
|
||||||
external_links:
|
external_links:
|
||||||
- ${etherpadDBName}:padDB
|
- ${etherpadDBName}:padDB
|
||||||
# - ${smtpServName}:${smtpHost}
|
|
||||||
volumes:
|
volumes:
|
||||||
- etherpadPlugins:/opt/etherpad-lite/node_modules/
|
- etherpadPlugins:/opt/etherpad-lite/node_modules/
|
||||||
- ${PWD}/settings.json:/opt/etherpad-lite/settings.json
|
- ${PWD}/settings.json:/opt/etherpad-lite/settings.json
|
||||||
@ -57,6 +55,3 @@ networks:
|
|||||||
etherpadNet:
|
etherpadNet:
|
||||||
external: true
|
external: true
|
||||||
name: etherpadNet
|
name: etherpadNet
|
||||||
# postfixNet:
|
|
||||||
# external: true
|
|
||||||
# name: postfixNet
|
|
||||||
|
Loading…
Reference in New Issue
Block a user