Skip to content

Commit

Permalink
Update compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Jan 3, 2024
1 parent e587da0 commit 1a0179c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/express/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
varnish:
image: varnish:7.3
image: varnish:7.4
volumes:
- ./default.vcl:/etc/varnish/default.vcl:ro
tmpfs:
Expand All @@ -23,6 +23,5 @@ services:
- "3000:3000"
environment:
- NODE_ENV=development
- REACT_ESI_SECRET=secret
- REACT_ESI_SECRET=${REACT_ESI_SECRET:-ChangeMe}
restart: always

0 comments on commit 1a0179c

Please sign in to comment.