mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-22 05:30:07 +00:00
Open port 443 in docker-compose
This commit is contained in:
@@ -27,6 +27,7 @@ services:
|
|||||||
frontend:
|
frontend:
|
||||||
ports:
|
ports:
|
||||||
- ${FRONTEND_PORT:-3000}:80
|
- ${FRONTEND_PORT:-3000}:80
|
||||||
|
- 443:443
|
||||||
build:
|
build:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user