Skip to content

Commit b7cc38d

Browse files
committed
Merge pull request silarsis#16 from vpac-innovations/master
Fixed run.sh options, and persisting cache and key by default
2 parents c361b3e + 7221478 commit b7cc38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Script to maintain ip rules on the host when starting up a transparent
44
# proxy server for docker.
55

6-
CACHEDIR=${CACHEDIR:-/tmp/squid3}
7-
CERTDIR=${CACHEDIR:-/tmp/squid3_cert}
6+
CACHEDIR=${CACHEDIR:-/var/lib/docker-proxy/cache}
7+
CERTDIR=${CERTDIR:-/var/lib/docker-proxy/ssl}
88
CONTAINER_NAME=${CONTAINER_NAME:-docker-proxy}
99
if [ "$1" = 'ssl' ]; then
1010
WITH_SSL=yes

0 commit comments

Comments
 (0)