We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 059560c + cee01aa commit 3d05d61Copy full SHA for 3d05d61
.docker-hub/varnish/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG VERSION=7.7.3
+ARG VERSION=8.0.0
2
3
FROM varnish:${VERSION}
4
docker-compose.yml
@@ -56,7 +56,7 @@ services:
56
- 'host.docker.internal:host-gateway'
57
58
http-cache:
59
- image: varnish:7.7.3
+ image: varnish:8.0.0
60
container_name: 'ecamp3-http-cache'
61
depends_on:
62
- api
@@ -70,7 +70,7 @@ services:
70
- VARNISH_HTTP_PORT=8080
71
72
http-cache-logs:
73
74
container_name: 'ecamp3-http-cache-logs'
75
76
- http-cache
0 commit comments