Skip to content

Commit

Permalink
typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairhm committed Apr 18, 2016
1 parent 65cb44c commit f8cfe98
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 @@ -6,6 +6,6 @@ docker build -t alpine-lighttpd-php .

Run using;

docker run --name "my-lighttpd"-php -p 8000:80 -v $(pwd):/var/www alpine-lighttpd-php
docker run --name "my-lighttpd-php" -p 8000:80 -v $(pwd):/var/www alpine-lighttpd-php

Works for static & PHP web content.

0 comments on commit f8cfe98

Please sign in to comment.