Make RspDuo default config again oops

This commit is contained in:
30hours 2024-04-09 13:59:19 +00:00
parent 37e68281a0
commit bbd42f5365

View file

@ -19,7 +19,7 @@ services:
- /dev/usb:/dev/usb:rw
network_mode: host
privileged: true
command: "/blah2/bin/blah2 -c config/config-hackrf.yml"
command: "/blah2/bin/blah2 -c config/config.yml"
container_name: blah2
blah2_web:
@ -40,5 +40,5 @@ services:
volumes:
- ./config:/usr/src/app/config
network_mode: host
command: "node server.js /usr/src/app/config/config-hackrf.yml"
command: "node server.js /usr/src/app/config/config.yml"
container_name: blah2-api