Update compose.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user