Update ports in docker-compose file for UI services

This commit is contained in:
Théophile Diot 2024-08-15 13:08:09 +01:00
parent d6a687142d
commit 074af0814f
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -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"