Skip to content

Commit 34abca0

Browse files
fkwpAndrewFerr
andauthored
Update dev-backend-docker-compose.yml
Co-authored-by: Andrew Ferrazzutti <[email protected]>
1 parent bea9a24 commit 34abca0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev-backend-docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ services:
7373
hostname: synapse.localhost
7474
image: nginx:latest
7575
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
76+
- ./backend/tls_localhost_nginx.conf:/etc/nginx/conf.d/default.conf:Z
77+
- ./backend/tls_localhost_key.pem:/root/ssl/key.pem:Z
78+
- ./backend/tls_localhost_cert.pem:/root/ssl/cert.pem:Z
7979
ports:
8080
# HOST_PORT:CONTAINER_PORT
8181
- "8008:80"

0 commit comments

Comments
 (0)