Update compose.yaml
This commit is contained in:
@@ -2,6 +2,13 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
nginx:
|
||||||
|
image: "nginx:1.22.0"
|
||||||
|
restart: "always"
|
||||||
|
volumes:
|
||||||
|
- /opt/02_messaging/nginx:/etc/nginx/conf.d
|
||||||
|
|
||||||
|
|
||||||
synapse:
|
synapse:
|
||||||
image: docker.io/matrixdotorg/synapse:v1.63.0
|
image: docker.io/matrixdotorg/synapse:v1.63.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user