Skip to content

Commit fa72f57

Browse files
committed
Fix docker-compose image paths
1 parent b3ffaec commit fa72f57

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker-compose.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
version: '3'
22
services:
33
client:
4-
image: docker.pkg.github.com/janspeller/bw3-core/client:latest
4+
image: ghcr.io/janspeller/bw3-core/client:latest
55
volumes:
66
- ./config:/opt/boswatch/config
7+
- ./log:/opt/boswatch/log
78
devices:
89
- "/dev/bus/usb"
910
server:
10-
image: docker.pkg.github.com/janspeller/bw3-core/server:latest
11+
image: ghcr.io/janspeller/bw3-core/server:latest
1112
volumes:
1213
- ./config:/opt/boswatch/config

0 commit comments

Comments
 (0)