mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-01-19 01:55:46 +00:00
fix indentation
This commit is contained in:
parent
4f1dbe2b07
commit
220a1166f6
@ -43,8 +43,8 @@ services:
|
|||||||
- 443:443
|
- 443:443
|
||||||
- 8448:8448
|
- 8448:8448
|
||||||
volumes:
|
volumes:
|
||||||
- ${SSL_CERT_PATH}:${SSL_CERT_PATH}
|
- ${SSL_CERT_PATH}:${SSL_CERT_PATH}:ro
|
||||||
- ${SSL_KEY_PATH}:${SSL_KEY_PATH}
|
- ${SSL_KEY_PATH}:${SSL_KEY_PATH}:ro
|
||||||
environment:
|
environment:
|
||||||
SERVER_NAME: ${SERVER_NAME}
|
SERVER_NAME: ${SERVER_NAME}
|
||||||
HTTPS_PORT: ${HTTPS_PORT}
|
HTTPS_PORT: ${HTTPS_PORT}
|
||||||
|
Loading…
Reference in New Issue
Block a user