Skip to content

Commit

Permalink
Update squid_running_on_docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 authored Sep 26, 2024
1 parent e1adf6e commit b098825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavors/squid_auto/squid_running_on_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ $(command -v docker) run --name squid --network=host -d \
--volume ${SQUID_CACHE_DIR}:${SQUID_CACHE_DIR} \
--volume ${SQUID_CONFIG_DIR}:${SQUID_CONFIG_DIR}:ro \
quay.io/cdis/squid:${SQUID_IMAGE_TAG}
sleep 200
sleep 20000000
# exit 0
EOF
Expand Down

0 comments on commit b098825

Please sign in to comment.