mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-09-24 19:38:29 -04:00
Fix multiple typos
This commit is contained in:
parent
b8ab78b82c
commit
f72c9c1fb6
3 changed files with 17 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
# This compose file is compatible with Copose itself, it might need some
|
||||
# This compose file is compatible with Compose itself, it might need some
|
||||
# adjustments to run properly with stack.
|
||||
|
||||
version: '3'
|
||||
|
@ -18,10 +18,11 @@ services:
|
|||
- ./files:/data
|
||||
depends_on:
|
||||
- db
|
||||
# One may either expose ports directly
|
||||
# In order to expose Synapse, remove one of the following, you might for
|
||||
# instance expose the TLS port directly:
|
||||
ports:
|
||||
- 8448:8448/tcp
|
||||
# ... or use a reverse proxy, here is an example for traefik
|
||||
# ... or use a reverse proxy, here is an example for traefik:
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.frontend.rule=Host:my.matrix.Host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue