diff --git a/dockfony/dockfony/5.0/post-install.txt b/dockfony/dockfony/5.0/post-install.txt index c00a7eb7..da49aa83 100644 --- a/dockfony/dockfony/5.0/post-install.txt +++ b/dockfony/dockfony/5.0/post-install.txt @@ -1,13 +1,13 @@ - + Dockfony Configuration - + - * Edit the .env file to change the database settings + * Edit the .env file to change the database setting if you require. For instance: + + DATABASE_URL=mysql://$DB_USERNAME:$DB_PASSWORD@mysql:3306/$DB_DATABASE * Run bash dockfony init to initialise the script and get started * Run ./dockfony --help to display the list of available commands. - * Run ./dockfony --version to display the Dockfony version - Documentation: https://github.com/dockfony/dockfony/README.md