Remove stray expose
Traefik picks up the port just fine
This commit is contained in:
parent
eedba465c4
commit
0a8167c839
1 changed files with 0 additions and 2 deletions
|
@ -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`)
|
||||
|
|
Loading…
Reference in a new issue