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 ```