docker rework

This commit is contained in:
Alexander Thiel 2022-10-23 20:45:16 +02:00
parent 22a96b528f
commit 9a5657d727
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ services:
image: hue_exporter image: hue_exporter
build: build:
context: . context: .
dockerfile: ./Dockerfile.multistage dockerfile: ./Dockerfile
restart: unless-stopped restart: unless-stopped
container_name: hue_exporter container_name: hue_exporter
network_mode: "host" network_mode: "host"