| changeset 1543 | 808ef2076edc |
| parent 1513 | b833d7c72ea9 |
| child 1557 | 7c67caaafdeb |
--- a/docker-compose.yaml Wed Sep 29 11:03:46 2021 +0200 +++ b/docker-compose.yaml Wed Sep 29 11:06:58 2021 +0200 @@ -1,5 +1,4 @@ { - "version": "3", "volumes": { "postgres_data": {}, "mysql_data": {} @@ -11,7 +10,7 @@ "dockerfile": "Dockerfile" }, "volumes": [ - "./web:/var/www/html/" + "./web:/var/www/html" ] }, "nginx": {