mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:01:58 +01:00
Fixed docker setup to listen on 127.0.0.1:80
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
f7a1318b03
commit
39fd0899b0
@ -22,7 +22,7 @@ launch_containers() {
|
||||
docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name piler1 \
|
||||
-e PACKAGE="$PACKAGE" \
|
||||
-e PILER_HOST="cust1.acts.hu" \
|
||||
-p 80:80 -p 25:25 \
|
||||
-p 127.0.0.1:80:80 -p 25:25 \
|
||||
-v "${PACKAGE_DIR}:/data:ro" \
|
||||
-v "${CONFIG_DIR}/11-aaaa.conf:/etc/rsyslog.d/11-aaaa.conf:ro" \
|
||||
"$docker_image"
|
||||
|
Loading…
Reference in New Issue
Block a user