Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c20c66e5b4 | |||
abd397515e |
@ -83,7 +83,6 @@ Topic: osc/behringer_wing/send/?<br/>
|
|||||||
Payload:
|
Payload:
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go build
|
go build
|
||||||
```
|
```
|
||||||
@ -91,7 +90,6 @@ go build
|
|||||||
[Golang](https://go.dev/) 1.19 and below are known to have issues, 1.20 works.
|
[Golang](https://go.dev/) 1.19 and below are known to have issues, 1.20 works.
|
||||||
|
|
||||||
## Config file location
|
## Config file location
|
||||||
|
|
||||||
Same directory as the binary, in your home directory at `~/.config/osc-mqtt-bridge/config.yaml`, or under etc at `/etc/osc-mqtt-bridge/config.yaml`.
|
Same directory as the binary, in your home directory at `~/.config/osc-mqtt-bridge/config.yaml`, or under etc at `/etc/osc-mqtt-bridge/config.yaml`.
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
@ -112,7 +110,7 @@ docker run --volume ./config:/etc/osc-mqtt-bridge --publish 2223:2223/udp osc-mq
|
|||||||
version: '2.3'
|
version: '2.3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
osc-mqtt-bridge:
|
||||||
image: grmrgecko/osc-mqtt-bridge:latest
|
image: grmrgecko/osc-mqtt-bridge:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user