1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-03 07:15:46 +00:00

tests: Remove extraction of nginx.tmpl (now unnecessary)

This commit is contained in:
Richard Hansen
2023-01-17 00:02:02 -05:00
parent 486addd144
commit 92e1a6567e
4 changed files with 6 additions and 67 deletions

View File

@ -14,7 +14,7 @@ services:
- nginx
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ./nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl
- ../../nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl
web:
image: web