Update 'docker-compose.yml'
This commit is contained in:
parent
93402767b7
commit
38f09c136e
@ -9,6 +9,8 @@ services:
|
|||||||
- "80:80"
|
- "80:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/app:cached
|
- ./src:/app:cached
|
||||||
|
environment:
|
||||||
|
- PHP_SERVICE=php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
image: "thecoopcloud/wordpress:5.8.2-php7.4-fpm-bedrock"
|
image: "thecoopcloud/wordpress:5.8.2-php7.4-fpm-bedrock"
|
||||||
|
Reference in New Issue
Block a user