Remove stray expose

Traefik picks up the port just fine
This commit is contained in:
Jake Howard 2021-09-07 21:04:19 +01:00
parent eedba465c4
commit 0a8167c839
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -15,8 +15,6 @@ services:
- "{{ app_data_dir }}/synapse:/data"
depends_on:
- db
expose:
- 8008
labels:
- traefik.enable=true
- traefik.http.routers.synapse.rule=Host(`matrix.jakehoward.tech`)