Changing SWAG port for Synapse.
This commit is contained in:
+4
-1
@@ -4560,6 +4560,8 @@ services:
|
|||||||
- synapse-db
|
- synapse-db
|
||||||
environment:
|
environment:
|
||||||
SYNAPSE_CONFIG_PATH: /data/homeserver.yaml
|
SYNAPSE_CONFIG_PATH: /data/homeserver.yaml
|
||||||
|
PUID: ${PUID}
|
||||||
|
PGID: ${PGID}
|
||||||
image: docker.io/matrixdotorg/synapse:latest
|
image: docker.io/matrixdotorg/synapse:latest
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Social
|
homepage.group: Social
|
||||||
@@ -4570,10 +4572,11 @@ services:
|
|||||||
swag: enable
|
swag: enable
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
swag_url: matrix.${MY_TLD}
|
swag_url: matrix.${MY_TLD}
|
||||||
swag_port: 8448
|
swag_port: 8008
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://matrix.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://matrix.${MY_TLD}
|
||||||
ports:
|
ports:
|
||||||
|
- 19345:8008
|
||||||
- 8448:8448/tcp
|
- 8448:8448/tcp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user