We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df7864 commit e6b5a83Copy full SHA for e6b5a83
docker-compose.yml
@@ -0,0 +1,9 @@
1
+# Example testing Docker Compose manifest (same as readme). Usage:
2
+# $ curl --insecure --header https://localhost:8000
3
+tcpprox:
4
+ container_name: tcpprox
5
+ build: .
6
+# image: staaldraad/tcpprox
7
+ command: -p 8000 -s -r google.com:443
8
+ ports:
9
+ - "8000:8000"
0 commit comments