Using different path method to hopefully fix cert volume issue in CI systems
This commit is contained in:
parent
f296b273ce
commit
786a2375aa
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ function setup {
|
||||||
|
|
||||||
|
|
||||||
@test "[$TEST_FILE] start a nginx-proxy container" {
|
@test "[$TEST_FILE] start a nginx-proxy container" {
|
||||||
run nginxproxy $SUT_CONTAINER -v /var/run/docker.sock:/tmp/docker.sock:ro -v $(pwd)/lib/ssl:/etc/nginx/certs:ro
|
run nginxproxy $SUT_CONTAINER -v /var/run/docker.sock:/tmp/docker.sock:ro -v ${DIR}/lib/ssl:/etc/nginx/certs:ro
|
||||||
assert_success
|
assert_success
|
||||||
docker_wait_for_log $SUT_CONTAINER 9 "Watching docker events"
|
docker_wait_for_log $SUT_CONTAINER 9 "Watching docker events"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue