Skip to content

Commit

Permalink
Merge pull request #501 from rgl/rgl-fix-docker-compose-boots-ports
Browse files Browse the repository at this point in the history
remove the ports settings from the boots container docker-compose settings
  • Loading branch information
jacobweinstock authored Jun 22, 2021
2 parents 1808ad6 + b7def80 commit 60a74c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ services:
depends_on:
db:
condition: service_healthy
ports:
- $TINKERBELL_HOST_IP:80:80/tcp
- 67:67/udp
- 69:69/udp

nginx:
image: nginx:alpine
Expand Down

0 comments on commit 60a74c7

Please sign in to comment.