fix indentation

This commit is contained in:
James 2022-02-02 16:45:09 +00:00
parent 4f1dbe2b07
commit 220a1166f6
1 changed files with 13 additions and 13 deletions

View File

@ -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}