Skip to content

Commit 39ed9ac

Browse files
authored
clustering_with_ddev: Update add-on get
Command "get" is deprecated, use 'ddev add-on get' instead
1 parent fcdea1e commit 39ed9ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fi
6767
cp vendor/ibexa/http-cache/docs/varnish/vcl/$vcl_file .ddev/varnish/
6868
ddev dotenv set .ddev/.env.varnish --varnish-docker-image=varnish:$VARNISH_VERSION --varnish-varnishd-params " -p $vcl_path=/etc/varnish -f /etc/varnish/$vcl_file"
6969

70-
ddev get ddev/ddev-varnish
70+
ddev add-on get ddev/ddev-varnish
7171

7272
ddev config --web-environment-add HTTPCACHE_PURGE_SERVER=http://varnish
7373
ddev config --web-environment-add HTTPCACHE_PURGE_TYPE=varnish

0 commit comments

Comments
 (0)