mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix HTTPS port in docker web UI tests
This commit is contained in:
parent
fd546fad26
commit
327803063c
2 changed files with 4 additions and 4 deletions
|
|
@ -10,12 +10,12 @@ services:
|
|||
dockerfile: src/bw/Dockerfile
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:433
|
||||
- 443:443
|
||||
environment:
|
||||
SERVER_NAME: ""
|
||||
MULTISITE: "yes"
|
||||
HTTP_PORT: "80"
|
||||
HTTPS_PORT: "433"
|
||||
HTTPS_PORT: "443"
|
||||
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
|
||||
USE_BUNKERNET: "no"
|
||||
USE_BLACKLIST: "no"
|
||||
|
|
|
|||
|
|
@ -9,12 +9,12 @@ services:
|
|||
pull_policy: never
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:433
|
||||
- 443:443
|
||||
environment:
|
||||
SERVER_NAME: ""
|
||||
MULTISITE: "yes"
|
||||
HTTP_PORT: "80"
|
||||
HTTPS_PORT: "433"
|
||||
HTTPS_PORT: "443"
|
||||
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
|
||||
LOG_LEVEL: "info"
|
||||
USE_BUNKERNET: "no"
|
||||
|
|
|
|||
Loading…
Reference in a new issue