suppr commentaire du docker-compose.yml

This commit is contained in:
HPL 2024-08-22 07:37:39 +02:00
parent f796f01d40
commit 1586e7b48b

View File

@ -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