1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-08-23 16:01:57 +00:00

ci: fix a few tests to support docker-compose v1

This commit is contained in:
Gilles Filippini
2025-01-31 22:59:01 +01:00
parent 78307266d4
commit 06f412f622
4 changed files with 4 additions and 4 deletions

View File

@@ -27,4 +27,4 @@ services:
- "83"
environment:
WEB_PORTS: "83"
VIRTUAL_HOST: ~^regex.*\.nginx-proxy\.example$
VIRTUAL_HOST: ~^regex.*\.nginx-proxy\.example$$

View File

@@ -27,4 +27,4 @@ services:
- "83"
environment:
WEB_PORTS: "83"
VIRTUAL_HOST: ~^regex.*\.nginx-proxy\.example$
VIRTUAL_HOST: ~^regex.*\.nginx-proxy\.example$$

View File

@@ -5,4 +5,4 @@ services:
- "80"
environment:
WEB_PORTS: "80"
VIRTUAL_HOST: ~^regex.*\.nginx-proxy\.example$
VIRTUAL_HOST: ~^regex.*\.nginx-proxy\.example$$

View File

@@ -1,7 +1,7 @@
services:
nginx-proxy:
environment:
DISABLE_ACCESS_LOGS: true
DISABLE_ACCESS_LOGS: "true"
web1:
image: web