1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-04 10:34:49 +02:00
dockerfiles/sslsplit/docker-compose.yml

13 lines
252 B
YAML
Raw Normal View History

2016-07-19 04:51:17 +02:00
sslsplit:
image: vimagick/sslsplit
command:
2016-07-19 07:05:10 +02:00
-k keys/ca.key -c keys/ca.crt -P
-l logs/connections.log -S logs
2016-07-19 04:51:17 +02:00
tcp 0.0.0.0 8080
ssl 0.0.0.0 8443
net: host
volumes:
- ./data:/data
working_dir: /data
restart: unless-stopped