Skip to content

Commit

Permalink
Update ports in docker-compose file for UI services
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Aug 15, 2024
1 parent d6a6871 commit 074af08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/dev/docker-compose.ui.misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 074af08

Please sign in to comment.