8000 Merge pull request #2362 from nginx-proxy/dependabot/docker/nginxprox… · nginx-proxy/nginx-proxy@35c6b2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 35c6b2a

Browse files
authored
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
2 parents 53656ff + beeb807 commit 35c6b2a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM nginxproxy/docker-gen:0.11.1 AS docker-gen
22

3-
FROM nginxproxy/forego:0.17.3 AS forego
3+
FROM nginxproxy/forego:0.18.1 AS forego
44

55
# Build the final image
66
FROM nginx:1.25.3-alpine

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM nginxproxy/docker-gen:0.11.1-debian AS docker-gen
22

3-
FROM nginxproxy/forego:0.17.3-debian AS forego
3+
FROM nginxproxy/forego:0.18.1-debian AS forego
44

55
# Build the final image
66
FROM nginx:1.25.3

docs/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,18 @@ By default the nginx configuration `upstream` blocks will use this block's corre
674674
675675
Please note that using regular expressions in `VIRTUAL_HOST` will always result in a corresponding `upstream` block with an SHA1 name.
676676
677+
### Disabling colors in the log output
678+
679+
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.
680+
681+
```console
682+
docker run --detach \
683+
--publish 80:80 \
684+
--env NO_COLOR=1 \
685+
--volume /var/run/docker.sock:/tmp/docker.sock:ro \
686+
nginxproxy/nginx-proxy
687+
```
688+
677689
### Troubleshooting
678690

679691
If you can't access your `VIRTUAL_HOST`, inspect the generated nginx configuration:

0 commit comments

Comments
 (0)
0