From bfe2570732f8002efee9625a2eb8fdd17894b713 Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 14 Aug 2021 11:36:56 +0200 Subject: [PATCH] fix typo --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 78f1043..6a3c107 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: volumes: - type: bind # same as php container source: ./web - target: /data' + target: /data # environment: # Change this if you rename the php container # PHP_FPM: php:9000 depends_on: [php] @@ -19,7 +19,7 @@ services: volumes: - type: bind # same as web container source: ./web - target: /data' + target: /data restart: always db: