Skip to content

Commit 2df3b50

Browse files
authored
Merge pull request #204 from nayluge/patch-1
fix php container name
2 parents 4f1d9ce + 339d949 commit 2df3b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stack is shipped with the API Platform distribution.
77
To install it, run the following commands (Docker must be installed on your system):
88

99
$ docker-compose up -d # Download, build and run Docker images
10-
$ docker-compose exec web bin/console doctrine:schema:create # Create the MySQL schema
10+
$ docker-compose exec php bin/console doctrine:schema:create # Create the MySQL schema
1111

1212
Your project will be accessible at the URL `http://127.0.0.1`.
1313

0 commit comments

Comments
 (0)