updated config to handle reverse proxy

This commit is contained in:
2024-10-15 16:42:59 -05:00
parent 496d8000b0
commit 190738faec
7 changed files with 55 additions and 19 deletions

View File

@@ -5,9 +5,10 @@ services:
dockerfile: "Dockerfile"
volumes:
- ./src:/var/www/html:ro
- ./ssl:/etc/nginx/ssl:ro
ports:
- 8080:80
- 8443:443
- 80:80
- 443:443
depends_on:
- phpfpm
- db