From c4f792383200089fe58c437e92427e1e40873820 Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 13 Nov 2019 11:16:04 +0100 Subject: [PATCH] Fix path in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f2d5bf..b7208eb 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ A `docker-compose.yml` file is also included as a minimal example setup with a M You can start the containers with : - cd deploy && docker-compose up -d + cd docker && docker-compose up -d **⚠ Do not forget to create the database the first time you run the container** :