Update dev-backend-docker-compose.yml

Co-authored-by: Andrew Ferrazzutti <andrewf@element.io>
This commit is contained in:
fkwp 2024-11-07 19:16:55 +01:00 committed by GitHub
parent bea9a24b14
commit 34abca0c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,9 +73,9 @@ services:
hostname: synapse.localhost
image: nginx:latest
volumes:
- ./backend/tls_localhost_nginx.conf:/etc/nginx/conf.d/default.conf
- ./backend/tls_localhost_key.pem:/root/ssl/key.pem
- ./backend/tls_localhost_cert.pem:/root/ssl/cert.pem
- ./backend/tls_localhost_nginx.conf:/etc/nginx/conf.d/default.conf:Z
- ./backend/tls_localhost_key.pem:/root/ssl/key.pem:Z
- ./backend/tls_localhost_cert.pem:/root/ssl/cert.pem:Z
ports:
# HOST_PORT:CONTAINER_PORT
- "8008:80"