From dbca216403bb21d628585d010f2a29fa45c084c3 Mon Sep 17 00:00:00 2001 From: Christian Heusel Date: Mon, 12 Oct 2020 01:44:55 +0200 Subject: [PATCH] use the easier compose syntax here Signed-off-by: Christian Heusel --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d90713e..10549936 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,8 @@ docker-compose up -d #### Migrate Import database changes to migrate it to the newest version ```bash -docker exec -it engelsystem_es_php_fpm_1 bin/migrate +cd docker +docker-compose exec es_php_fpm bin/migrate ``` ### Scripts