Skip to content

Commit

Permalink
Removes conflicting composefile network instruction per tinkerbell#53
Browse files Browse the repository at this point in the history
…for boots container definition

Signed-off-by: Joseph D. Marhee <[email protected]>
  • Loading branch information
jmarhee committed Feb 17, 2021
1 parent fdf3b13 commit 0c73e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ services:
boots:
image: ${TINKERBELL_TINK_BOOTS_IMAGE}
restart: unless-stopped
network_mode: host
command: -dhcp-addr 0.0.0.0:67 -tftp-addr $TINKERBELL_HOST_IP:69 -http-addr $TINKERBELL_HOST_IP:80 -log-level DEBUG
environment:
API_AUTH_TOKEN: ${PACKET_API_AUTH_TOKEN:-ignored}
Expand Down

0 comments on commit 0c73e2e

Please sign in to comment.