Skip to content

Commit

Permalink
Update dev-backend-docker-compose.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Ferrazzutti <[email protected]>
  • Loading branch information
fkwp and AndrewFerr authored Nov 7, 2024
1 parent bea9a24 commit 34abca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-backend-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 34abca0

Please sign in to comment.