mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:41:59 +01:00
Added RT env var to docker run
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
59578f75c4
commit
241b1c92ca
@ -29,6 +29,7 @@ launch_containers() {
|
||||
docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name piler1 \
|
||||
-e PACKAGE="$PACKAGE" \
|
||||
-e PILER_HOST="cust1.acts.hu" \
|
||||
-e RT="$RT" \
|
||||
-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" \
|
||||
|
Loading…
Reference in New Issue
Block a user