Skip to content

Commit 64bf83f

Browse files
added the proxy example run command
1 parent 090de75 commit 64bf83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miracum_pipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker run -it --name run-miracum-pipeline --rm ${TMP_RAM} ${VOLUME_CONF} \
8383
-v "$(pwd)/databases:${DIR_MIRACUM}/databases" ${PARAM_DOCKER_REPO_NAME}:"${PIPELINE_VERSION}" "${DIR_MIRACUM}/miracum_pipe.sh" ${opt_args}
8484

8585
# for running behind a proxy use this commad and fill in your proxy
86-
#docker run -it --env http_proxy="http://proxy.url.de:port" --env https_proxy="http://proxy.url.de:port" --name run-miracum-pipeline --rm ${TMP_RAM} ${VOLUME_CONF} \
86+
#docker run -it --env http_proxy="http://proxy.server.de:port" --env https_proxy="http://proxy.server.de:port" --name run-miracum-pipeline --rm ${TMP_RAM} ${VOLUME_CONF} \
8787
# -u $(id -u $USER) \
8888
# -v "$(pwd)/assets/input:${DIR_MIRACUM}/assets/input" \
8989
# -v "$(pwd)/assets/output:${DIR_MIRACUM}/assets/output" \

0 commit comments

Comments
 (0)