Compare commits

..

No commits in common. "master" and "v0.1" have entirely different histories.
master ... v0.1

View File

@ -83,6 +83,7 @@ Topic: osc/behringer_wing/send/?<br/>
Payload:
## Build
```bash
go build
```
@ -90,6 +91,7 @@ go build
[Golang](https://go.dev/) 1.19 and below are known to have issues, 1.20 works.
## 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`.
## Docker
@ -110,7 +112,7 @@ docker run --volume ./config:/etc/osc-mqtt-bridge --publish 2223:2223/udp osc-mq
version: '2.3'
services:
osc-mqtt-bridge:
postgres:
image: grmrgecko/osc-mqtt-bridge:latest
restart: unless-stopped
volumes: