Skip to content

Commit 2c3ee9a

Browse files
docker-library-botJuno Jense
authored andcommitted
Run update.sh
1 parent 6ee5eb4 commit 2c3ee9a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`2.8.11`, `2.8`, `2`, `latest`](https://github.com/composer/docker/blob/f6200de569370dd62b4b142b74fd6473e9d7e1f6/latest/Dockerfile)
27+
- [`2.8.12`, `2.8`, `2`, `latest`](https://github.com/composer/docker/blob/517441df1032e9914b7b7ab43e8ad0ce0d05a14e/latest/Dockerfile)
2828

2929
- [`2.2.25`, `2.2`](https://github.com/composer/docker/blob/a037fe423a4fef8030b2a8c3131da0934a6295dd/2.2/Dockerfile)
3030

varnish/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ Varnish will listen to HTTP traffic on port `80`, and this can be overridden by
147147
$ docker run --tmpfs /var/lib/varnish/varnishd:exec -p 8080:7777 -e VARNISH_HTTP_PORT=7777 varnish
148148
```
149149

150+
### VCL file path
151+
152+
The default Varnish configuration file is `/etc/varnish/default.vcl`, but this can be overridden with the `VARNISH_VCL_FILE` environment variable. This is useful if you want a single image that can be deployed with different configurations baked in it.
153+
150154
### Extra arguments
151155

152156
Additionally, you can add arguments to `docker run` after `varnish`, if the first argument starts with a `-`, the whole list will be appendend to the [default command](https://github.com/varnish/docker-varnish/blob/master/fresh/debian/scripts/docker-varnish-entrypoint):

0 commit comments

Comments
 (0)