mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update ports in docker-compose file for UI services
This commit is contained in:
parent
d6a687142d
commit
074af0814f
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@ services:
|
|||
context: ../..
|
||||
dockerfile: ./src/bw/Dockerfile
|
||||
ports:
|
||||
- 8888:8080/tcp
|
||||
- 8443:8443/tcp
|
||||
- 8443:8443/udp
|
||||
- 80:8080/tcp
|
||||
- 443:8443/tcp
|
||||
- 443:8443/udp
|
||||
environment:
|
||||
- API_WHITELIST_IP=127.0.0.0/24 10.20.30.0/24
|
||||
restart: "unless-stopped"
|
||||
|
|
|
|||
Loading…
Reference in a new issue