We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ffaec commit fa72f57Copy full SHA for fa72f57
1 file changed
docker-compose.yaml
@@ -1,12 +1,13 @@
1
version: '3'
2
services:
3
client:
4
- image: docker.pkg.github.com/janspeller/bw3-core/client:latest
+ image: ghcr.io/janspeller/bw3-core/client:latest
5
volumes:
6
- ./config:/opt/boswatch/config
7
+ - ./log:/opt/boswatch/log
8
devices:
9
- "/dev/bus/usb"
10
server:
- image: docker.pkg.github.com/janspeller/bw3-core/server:latest
11
+ image: ghcr.io/janspeller/bw3-core/server:latest
12
13
0 commit comments