mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-05 05:34:17 -05:00
Remove HTTPS port mapping for nginx service in development compose
Removed the HTTPS port mapping from the nginx service.
This commit is contained in:
@@ -7,7 +7,6 @@ services:
|
||||
restart: "always"
|
||||
ports:
|
||||
- 8080:80
|
||||
- 8443:443
|
||||
volumes:
|
||||
- ./nginx/default.dev.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
depends_on:
|
||||
@@ -201,4 +200,4 @@ volumes:
|
||||
ldap_config:
|
||||
grafana_storage:
|
||||
softhsm_tokens:
|
||||
driver: local
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user