1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-12-14 06:19:21 +00:00

Test for DISABLE_ACCESS_LOGS

This commit is contained in:
Niek
2024-11-05 14:05:53 +01:00
parent 9ca7d26821
commit d4d6567bd3
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: "2"
services:
web1:
image: web
expose:
- "81"
environment:
WEB_PORTS: 81
VIRTUAL_HOST: nginx-proxy.test
sut:
container_name: sut
image: nginxproxy/nginx-proxy:test
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
environment:
DISABLE_ACCESS_LOGS: true