diff --git a/dockfony/dockfony/5.0/post-install.txt b/dockfony/dockfony/5.0/post-install.txt index da49aa83..4b546b3a 100644 --- a/dockfony/dockfony/5.0/post-install.txt +++ b/dockfony/dockfony/5.0/post-install.txt @@ -6,7 +6,10 @@ DATABASE_URL=mysql://$DB_USERNAME:$DB_PASSWORD@mysql:3306/$DB_DATABASE - * Run bash dockfony init to initialise the script and get started + * If using the Nelmio CORS bundle, you will need to wrap it's environment varible in quotes (""): + CORS_ALLOW_ORIGIN="^https?://localhost(:[0-9]+)?$" + + * Run ./dockfony start to get started * Run ./dockfony --help to display the list of available commands.