Skip to content

Commit

Permalink
fix development docker-compose.yml
Browse files Browse the repository at this point in the history
messed this up during ghcr.io testing..
  • Loading branch information
lian committed Nov 20, 2023
1 parent 1c3d199 commit ebea863
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
version: '3.8'
services:
loxone-config:
#image: "local/loxone-config:latest"
image: "ghcr.io/lian/docker-loxone-config:main"
image: "local/loxone-config:latest"
container_name: loxone-config
#build:
# context: .
# dockerfile: Dockerfile
build:
context: .
dockerfile: Dockerfile
ports:
- "5800:5800"
environment:
Expand Down

0 comments on commit ebea863

Please sign in to comment.