We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1d9ce commit 339d949Copy full SHA for 339d949
deployment/docker.md
@@ -7,7 +7,7 @@ stack is shipped with the API Platform distribution.
7
To install it, run the following commands (Docker must be installed on your system):
8
9
$ docker-compose up -d # Download, build and run Docker images
10
- $ docker-compose exec web bin/console doctrine:schema:create # Create the MySQL schema
+ $ docker-compose exec php bin/console doctrine:schema:create # Create the MySQL schema
11
12
Your project will be accessible at the URL `http://127.0.0.1`.
13
0 commit comments