Update compose.yaml

This commit is contained in:
2026-07-21 14:51:11 +02:00
parent 59ef145673
commit b4f424ee1b
+7
View File
@@ -2,6 +2,13 @@ version: '3'
services:
nginx:
image: "nginx:1.22.0"
restart: "always"
volumes:
- /opt/02_messaging/nginx:/etc/nginx/conf.d
synapse:
image: docker.io/matrixdotorg/synapse:v1.63.0
restart: unless-stopped