Skip to content

Commit

Permalink
Merge pull request #127 from ho-nl/hnsr-wim-fix-varnish-config
Browse files Browse the repository at this point in the history
Update docker-compose.yml with varnish fix
  • Loading branch information
hnsr authored Oct 6, 2023
2 parents 8a05ea3 + fd8465c commit 71f492f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ services:
- ./vendor/reach-digital/docker-devbox/varnish/default.vcl:/etc/varnish/default.vcl:ro
- ./vendor/reach-digital/docker-devbox/varnish/secret:/etc/varnish/secret:ro
ports:
- 6081:6081
- 6081:80
- 6082:6082
environment:
VARNISH_HTTP_PORT: 6081
VARNISH_PROXY_PORT: 8443
command: "-p feature=+http2 -T :6082 -S /etc/varnish/secret"
depends_on:
- nginx


# phplogs: tail -f /usr/local/var/log/php*
nginx:
image: nginx:alpine
Expand Down

0 comments on commit 71f492f

Please sign in to comment.