mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:30:12 +01:00
Fixed test case again
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
7988aa73c7
commit
283ce8f91a
@ -14,9 +14,9 @@ setup() {
|
||||
launch_containers() {
|
||||
|
||||
log "starting syslog server"
|
||||
docker rm -f syslog.host || true
|
||||
docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name syslog.host sutoj/syslog
|
||||
|
||||
log "starting piler"
|
||||
docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name piler1 \
|
||||
-e PACKAGE="$PACKAGE" \
|
||||
-e PILER_HOST="cust1.acts.hu" \
|
||||
|
Loading…
Reference in New Issue
Block a user