From 27ee248e8969933ea5df9a415dc3347edd95cffe Mon Sep 17 00:00:00 2001 From: Maelig Nantel Date: Fri, 17 Jun 2016 14:35:26 +0200 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index e5a26ffe..13067124 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -197,7 +197,7 @@ docker-compose up -d Then bootstrap the database: ``` -docker exec -i -t freeposte_amin_1 python initdb.py +docker exec -i -t freeposte_admin_1 python initdb.py docker-compose restart ```