docker compose to default to base image
This commit is contained in:
+4
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user