feat(docker-compose.sh): add --install statement

This commit is contained in:
2025-07-31 15:11:06 +02:00
parent 6beeb2738b
commit 06ed6c5607
5 changed files with 37 additions and 5 deletions

View File

@@ -68,6 +68,23 @@ services:
networks:
- network-container
# synapse:
# image: matrixdotorg/synapse:latest
# container_name: synapse
# restart: unless-stopped
# networks:
# - network-container
# volumes:
# - ./data:/data
# environment:
# - SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
# - VIRTUAL_HOST=notify.guezoloic.com
# - LETSENCRYPT_HOST=notify.guezoloic.com
# - LETSENCRYPT_EMAIL=${EMAIL}
# - VIRTUAL_PORT=8008
# expose:
# - "8008"
networks:
network-container: