Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neoighodaro committed Sep 22, 2018
1 parent c13d7a7 commit e4573dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Using the Laravel installer you can get up and running with a Laravel applicatio

- Create a new Laravel application `$ laravel new testapp`
- Change to the applications directory `$ cd testapp`
- Start the container and attach the application. `$ docker run -d -p 4488:80 --name=testapp -v $PWD:/var/www webserver`
- Start the container and attach the application. `$ docker run -d -p 4488:80 --name=testapp -v $PWD:/var/www creativitykills/nginx-php-server`
- Visit the Docker container URL like [http://0.0.0.0:4488](http://0.0.0.0:4488). Profit!

### Environment Variables
Expand Down

0 comments on commit e4573dd

Please sign in to comment.