Compare commits

...

7 Commits

Author SHA1 Message Date
f12028576c upgrade the workspace base image to 1.1 2016-08-10 22:25:41 +03:00
27d3525469 Merge pull request #203 from davidavz/patch-1
Update README.md
2016-08-05 13:04:00 +03:00
8b6fdfed76 Merge pull request #208 from davidavz/patch-3
Update README.md
2016-08-05 13:03:47 +03:00
3c427d20c0 Merge pull request #204 from davidavz/patch-2
Update README.md
2016-08-05 13:03:35 +03:00
57c003722e Update README.md 2016-08-04 23:10:27 +02:00
ab4c44a434 Update README.md 2016-08-03 22:50:45 +02:00
0f7969c999 Update README.md 2016-08-03 22:44:26 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -195,7 +195,7 @@ What's better than a **Demo Video**:
1 - Clone the `LaraDock` repository: 1 - Clone the `LaraDock` repository:
**A)** If you already have a Laravel project, clone this repository on your `Laravel` root direcotry: **A)** If you already have a Laravel project, clone this repository on your `Laravel` root directory:
```bash ```bash
git submodule add https://github.com/LaraDock/laradock.git git submodule add https://github.com/LaraDock/laradock.git
@ -351,7 +351,7 @@ docker-compose down
2 - enter any container using: 2 - enter any container using:
```bash ```bash
docker-composer exec {container-name} bash docker-compose exec {container-name} bash
``` ```
*Example: enter MySQL container* *Example: enter MySQL container*
@ -951,7 +951,7 @@ sudo chmod -R 777 storage bootstrap/cache
#### I see "Welcome to nginx" instead of the Laravel App! #### I see "Welcome to nginx" instead of the Laravel App!
Use `http://127.0.0.1` (or [your Docker IP](#Find-Docker-IP-Address)) instead of `http://localhost` in your browser. Use `http://127.0.0.1` instead of `http://localhost` in your browser.
#### I see an error message containing `address already in use` #### I see an error message containing `address already in use`

View File

@ -10,7 +10,7 @@
# https://hub.docker.com/r/laradock/workspace/tags/ # https://hub.docker.com/r/laradock/workspace/tags/
# #
FROM laradock/workspace:1.0 FROM laradock/workspace:1.1
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me> MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>