Use port 443 instead of 4443

Risto Helinko 2020-11-06 12:18:05 +02:00
parent d48d0b8c47
commit 1c92f43fd2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ services:
image: misp-proxy:latest
ports:
- 80:80
- 4443:443
- 443:443
web:
build: web