1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-08-24 16:31:56 +00:00

tests: review changes

Co-authored-by: Niek <100143256+SchoNie@users.noreply.github.com>
This commit is contained in:
Nicolas Duchon
2025-01-04 17:11:26 +01:00
parent 836012cad6
commit aa8145b62d
9 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ services:
nginx-proxy:
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ./withdefault.certs:/etc/nginx/certs:ro
- ${PYTEST_MODULE_PATH}/test_fallback.data/withdefault.certs:/etc/nginx/certs:ro
environment:
TRUST_DEFAULT_CERT: "false"