We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea9a24 commit 34abca0Copy full SHA for 34abca0
dev-backend-docker-compose.yml
@@ -73,9 +73,9 @@ services:
73
hostname: synapse.localhost
74
image: nginx:latest
75
volumes:
76
- - ./backend/tls_localhost_nginx.conf:/etc/nginx/conf.d/default.conf
77
- - ./backend/tls_localhost_key.pem:/root/ssl/key.pem
78
- - ./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
79
ports:
80
# HOST_PORT:CONTAINER_PORT
81
- "8008:80"
0 commit comments