updated config to handle reverse proxy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user