mirror of
https://github.com/30hours/blah2.git
synced 2024-11-18 12:33:58 +00:00
Make RspDuo default config again oops
This commit is contained in:
parent
37e68281a0
commit
bbd42f5365
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue