docker compose to default to base image
This commit is contained in:
+4
-4
@@ -4,12 +4,12 @@ services:
|
||||
voltronic-mqtt:
|
||||
|
||||
# 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.
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
#build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile.dev
|
||||
|
||||
|
||||
container_name: voltronic-mqtt
|
||||
|
||||
Reference in New Issue
Block a user