mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-20 15:40:24 +01:00
Fix docker-compose image paths
This commit is contained in:
parent
17e761d5cb
commit
3be1c11100
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue