HTTPS
This commit is contained in:
@ -7,6 +7,7 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${APP_PORT}:80"
|
||||
- "${APP_SSL_PORT}:443"
|
||||
volumes:
|
||||
- ${APP_PATH:-.}/:/code
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
|
Reference in New Issue
Block a user