docker compose to default to base image

This commit is contained in:
David Nedved
2020-04-07 13:54:33 +10:00
parent 6014f4f2b1
commit 9b49015fd7
+4 -4
View File
@@ -4,12 +4,12 @@ services:
voltronic-mqtt: voltronic-mqtt:
# We're now (finally) supporting Multi-Arch builds (via Github actions) on Docker Hub! # We're now (finally) supporting Multi-Arch builds (via Github actions) on Docker Hub!
# image: bushrangers/ha-voltronic-mqtt image: bushrangers/ha-voltronic-mqtt
# Uncomment if you want to build your own local version. # Uncomment if you want to build your own local version.
build: #build:
context: . # context: .
dockerfile: Dockerfile.dev # dockerfile: Dockerfile.dev
container_name: voltronic-mqtt container_name: voltronic-mqtt