Browse Source

PHP 8 compat

Maurits van der Schee 3 years ago
parent
commit
402a9bff0c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docker-compose.yml

+ 2
- 2
docker-compose.yml View File

@@ -29,5 +29,5 @@ services:
29 29
         - "8080:80"
30 30
         depends_on:
31 31
         - database
32
-        volumes:
33
-        - .:/php-crud-api:ro
32
+        #volumes:
33
+        #- .:/php-crud-api:ro

Loading…
Cancel
Save