Update README.md

This commit is contained in:
Theodotos Andreou 2016-09-23 08:43:54 +03:00 committed by GitHub
parent 29d696cafa
commit 4c1cee9eac
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ docker volume create --name lamp-mariadb-conf
* Run the container:
```
docker run -d -p 2080:80 -p 2443:443 --name lamp -v lamp-mariadb:/varlib/mysql -v lamp-docroot:/var/www/html -v lamp-apache-conf:/etc/apache2 -v lamp-mariadb-conf:/etc/mysql theodotos/ubuntu-lamp
docker run -d -p 2080:80 -p 2443:443 --name lamp -v lamp-mariadb:/var/lib/mysql -v lamp-docroot:/var/www/html -v lamp-apache-conf:/etc/apache2 -v lamp-mariadb-conf:/etc/mysql theodotos/ubuntu-lamp
```
* Verify that its up and running: