Removes conflicting composefile network instruction per #53 for boots container definition
Signed-off-by: Joseph D. Marhee <jmarhee@interiorae.com>
This commit is contained in:
		| @@ -114,7 +114,6 @@ services: | |||||||
|   boots: |   boots: | ||||||
|     image: ${TINKERBELL_TINK_BOOTS_IMAGE} |     image: ${TINKERBELL_TINK_BOOTS_IMAGE} | ||||||
|     restart: unless-stopped |     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 |     command: -dhcp-addr 0.0.0.0:67 -tftp-addr $TINKERBELL_HOST_IP:69 -http-addr $TINKERBELL_HOST_IP:80 -log-level DEBUG | ||||||
|     environment: |     environment: | ||||||
|       API_AUTH_TOKEN: ${PACKET_API_AUTH_TOKEN:-ignored} |       API_AUTH_TOKEN: ${PACKET_API_AUTH_TOKEN:-ignored} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joseph D. Marhee
					Joseph D. Marhee