mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
update varnish
This commit is contained in:
parent
0db53dcbeb
commit
f5eb529dc1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ services:
|
||||||
- postgres
|
- postgres
|
||||||
container_name: piped-backend
|
container_name: piped-backend
|
||||||
varnish:
|
varnish:
|
||||||
image: varnish:6.6-alpine
|
image: varnish:7.0-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/default.vcl:/etc/varnish/default.vcl:ro
|
- ./config/default.vcl:/etc/varnish/default.vcl:ro
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue