Update 'docker-compose.yml'

This commit is contained in:
naomi 2022-01-26 17:43:12 +01:00
parent 93402767b7
commit 38f09c136e
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ services:
- "80:80"
volumes:
- ./src:/app:cached
environment:
- PHP_SERVICE=php
php:
image: "thecoopcloud/wordpress:5.8.2-php7.4-fpm-bedrock"