From 3be1c11100644b04726117f43ccd7a8cca8e3719 Mon Sep 17 00:00:00 2001 From: Jan Speller Date: Sat, 21 May 2022 17:08:12 +0200 Subject: [PATCH] Fix docker-compose image paths --- docker-compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fc30d89..56614e8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,12 +1,13 @@ version: '3' services: client: - image: docker.pkg.github.com/janspeller/bw3-core/client:latest + image: ghcr.io/janspeller/bw3-core/client:latest volumes: - ./config:/opt/boswatch/config + - ./log:/opt/boswatch/log devices: - "/dev/bus/usb" server: - image: docker.pkg.github.com/janspeller/bw3-core/server:latest + image: ghcr.io/janspeller/bw3-core/server:latest volumes: - ./config:/opt/boswatch/config