Update docker-compose.yml

This commit is contained in:
Tommy 2022-01-15 08:04:50 -05:00 committed by GitHub
parent 25e7534284
commit ad06fdc34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,13 +44,6 @@ services:
- ./element-config.json:/app/config.json:Z - ./element-config.json:/app/config.json:Z
networks: networks:
- matrix - matrix
synapse-admin:
image: awesometechnologies/synapse-admin
restart: unless-stopped
container_name: synapse-admin
networks:
- matrix
swag: swag:
image: ghcr.io/linuxserver/swag image: ghcr.io/linuxserver/swag
@ -62,7 +55,7 @@ services:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- URL=yourdomain.tld - URL=yourdomain.tld
- SUBDOMAINS=matrix,app,admin - SUBDOMAINS=matrix,app
- VALIDATION=http - VALIDATION=http
- EMAIL=changeme@yourdomain.tld - EMAIL=changeme@yourdomain.tld
- ONLY_SUBDOMAINS=true - ONLY_SUBDOMAINS=true