mirror of
				https://github.com/thib8956/nginx-proxy
				synced 2025-11-04 02:59:20 +00:00 
			
		
		
		
	Merge pull request #2362 from nginx-proxy/dependabot/docker/nginxproxy/forego-0.18.1-debian
build: bump nginxproxy/forego from 0.17.3 to 0.18.1
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
FROM nginxproxy/docker-gen:0.11.1 AS docker-gen
 | 
			
		||||
 | 
			
		||||
FROM nginxproxy/forego:0.17.3 AS forego
 | 
			
		||||
FROM nginxproxy/forego:0.18.1 AS forego
 | 
			
		||||
 | 
			
		||||
# Build the final image
 | 
			
		||||
FROM nginx:1.25.3-alpine
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
FROM nginxproxy/docker-gen:0.11.1-debian AS docker-gen
 | 
			
		||||
 | 
			
		||||
FROM nginxproxy/forego:0.17.3-debian AS forego
 | 
			
		||||
FROM nginxproxy/forego:0.18.1-debian AS forego
 | 
			
		||||
 | 
			
		||||
# Build the final image
 | 
			
		||||
FROM nginx:1.25.3
 | 
			
		||||
 
 | 
			
		||||
@@ -674,6 +674,18 @@ By default the nginx configuration `upstream` blocks will use this block's corre
 | 
			
		||||
 | 
			
		||||
Please note that using regular expressions in `VIRTUAL_HOST` will always result in a corresponding `upstream` block with an SHA1 name.
 | 
			
		||||
 | 
			
		||||
### Disabling colors in the log output
 | 
			
		||||
 | 
			
		||||
To remove colors from the log output, set the [`NO_COLOR` environment variable to any value other than an empty string](https://no-color.org/) on the nginx-proxy container.
 | 
			
		||||
 | 
			
		||||
```console
 | 
			
		||||
docker run --detach \
 | 
			
		||||
  --publish 80:80 \
 | 
			
		||||
  --env NO_COLOR=1 \
 | 
			
		||||
  --volume /var/run/docker.sock:/tmp/docker.sock:ro \
 | 
			
		||||
  nginxproxy/nginx-proxy
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### Troubleshooting
 | 
			
		||||
 | 
			
		||||
If you can't access your `VIRTUAL_HOST`, inspect the generated nginx configuration:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user