adds a common wp cli cache volume
This commit is contained in:
@@ -37,6 +37,7 @@ services:
|
||||
- traefik.http.services.${PREFIX}-web.loadbalancer.server.port=80
|
||||
volumes:
|
||||
- web:/var/www/html
|
||||
- wp-cli-cache:/var/www/.wp-cli
|
||||
|
||||
version: "3.4"
|
||||
|
||||
@@ -45,3 +46,5 @@ volumes:
|
||||
name: ${PREFIX}-db
|
||||
web:
|
||||
name: ${PREFIX}-web
|
||||
wp-cli-cache:
|
||||
name: wp-cli-cache
|
||||
|
||||
Reference in New Issue
Block a user