Skip to content

Commit e2a3ed5

Browse files
authored
Update readme.md
1 parent 3197343 commit e2a3ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can now open your browser on http://127.0.0.1:3000 .
4444

4545
> docker run --name mongo -d mongo
4646
47-
> docker run --name myproject -it -d --link mongo:mongo -v $(pwd):/app -w /app -p 8000:8000 verwilst/php7-cli php artisan serve --host=0.0.0.0
47+
> docker run --name myproject -it -d --link mongo:mongo -v $(pwd):/app -w /app verwilst/php7-cli php artisan serve --host=0.0.0.0
4848
4949
Using the MongoDB console is as easy as calling:
5050

@@ -56,7 +56,7 @@ In your app (.env, ... ), use 'mongo' as hostname for the Mongo server.
5656

5757
> docker run --name percona -e MYSQL_ALLOW_EMPTY_PASSWORD=true -d percona
5858
59-
> docker run --name myproject -it -d --link percona:percona -v $(pwd):/app -w /app -p 8000:8000 verwilst/php7-cli php artisan serve --host=0.0.0.0
59+
> docker run --name myproject -it -d --link percona:percona -v $(pwd):/app -w /app verwilst/php7-cli php artisan serve --host=0.0.0.0
6060
6161
Using the MySQL console is as easy as calling:
6262

0 commit comments

Comments
 (0)