Skip to content

Instantly share code, notes, and snippets.

@nnslvp
Created February 13, 2022 16:59
Show Gist options
  • Save nnslvp/941702a7778f04056445dd5ed2dc8033 to your computer and use it in GitHub Desktop.
Save nnslvp/941702a7778f04056445dd5ed2dc8033 to your computer and use it in GitHub Desktop.
docker example for tcpause
version: "3.9"
services:
tcpause:
image: docker.io/nnslvp/tcpause:latest
volumes:
- "./config.yml:/config.yml"
ports:
- ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment