1
0
Fork 0

Update README.md

Esse commit está contido em:
Theodotos Andreou 2016-09-23 08:43:54 +03:00 commit de GitHub
commit 4c1cee9eac
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -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: