Update dev-backend-docker-compose.yml
Co-authored-by: Andrew Ferrazzutti <andrewf@element.io>
This commit is contained in:
@@ -73,9 +73,9 @@ services:
|
|||||||
hostname: synapse.localhost
|
hostname: synapse.localhost
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/tls_localhost_nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./backend/tls_localhost_nginx.conf:/etc/nginx/conf.d/default.conf:Z
|
||||||
- ./backend/tls_localhost_key.pem:/root/ssl/key.pem
|
- ./backend/tls_localhost_key.pem:/root/ssl/key.pem:Z
|
||||||
- ./backend/tls_localhost_cert.pem:/root/ssl/cert.pem
|
- ./backend/tls_localhost_cert.pem:/root/ssl/cert.pem:Z
|
||||||
ports:
|
ports:
|
||||||
# HOST_PORT:CONTAINER_PORT
|
# HOST_PORT:CONTAINER_PORT
|
||||||
- "8008:80"
|
- "8008:80"
|
||||||
|
|||||||
Reference in New Issue
Block a user