Skip to content

Instantly share code, notes, and snippets.

@indigo423
Created February 9, 2020 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indigo423/82b80b76305fa229a6bfdc57146f4d7e to your computer and use it in GitHub Desktop.
Save indigo423/82b80b76305fa229a6bfdc57146f4d7e to your computer and use it in GitHub Desktop.
Gobetween 0.7.0 UDP sample
---
version: '3'
services:
udp-lb:
image: yyyar/gobetween:0.7.0
container_name: udp-lb
volumes:
- ./gobetween.toml:/etc/gobetween/conf/gobetween.toml:rw
ports:
- "1161:1161"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment