1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-08-01 06:21:59 +00:00

Fix travis

This commit is contained in:
CrazyMax 2018-09-24 15:08:41 +02:00
parent 2bfe24df6b
commit f9fd0940d7
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -33,7 +33,7 @@ install:
before_script:
- docker network create -d bridge $DOCKER_REPONAME
- docker run -d --network=$DOCKER_REPONAME --name db mariadb:10.2
- docker run -d --network=$DOCKER_REPONAME --link db -p 8000:80 -e "DB_HOST=db" --name $DOCKER_REPONAME $DOCKER_USERNAME/$DOCKER_REPONAME
- docker run -d --network=$DOCKER_REPONAME --link db -p 8000:80 -e "DB_HOST=db" -e "DB_PASSWORD=asupersecretpassword" --name $DOCKER_REPONAME $DOCKER_USERNAME/$DOCKER_REPONAME
- sleep 20
- docker logs $DOCKER_REPONAME