diff --git a/docker/README.md b/docker/README.md index 43cf43dde..708407b27 100644 --- a/docker/README.md +++ b/docker/README.md @@ -104,7 +104,7 @@ Create the config folder, copy the environnement variables configuration file an ```bash mkdir -p /apps/fabmanager/config cd /apps/fabmanager -cp example/env.exemple config/env +cp example/env.example config/env vi config/env # or use your favorite text editor instead of vi (nano, ne...) ```