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