2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add sslsplit

This commit is contained in:
kev
2016-07-19 10:51:17 +08:00
parent e523b173ef
commit fa6197faf6
9 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
sslsplit:
image: vimagick/sslsplit
command:
-k key/ca.key -c key/ca.crt -P
-l log/cnn.log -S log
tcp 0.0.0.0 8080
ssl 0.0.0.0 8443
net: host
volumes:
- ./data:/data
working_dir: /data
restart: unless-stopped