Skip to content

Commit e6b5a83

Browse files
committed
Add example Docker Compose manifest.
1 parent 8df7864 commit e6b5a83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)