Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalbg authored Aug 29, 2019
1 parent ff75561 commit 6da44dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Docker image with old php 5.6 running on apache2 with usual php extensions:
Based on Debian stretch

# sample usage
```docker run -d -v /var/www/html:/var/www/html -p 8000:80 alcalbg/php5.6-apache```
```http://localhost:8000/```
`docker run -d -v /var/www/html:/var/www/html -p 8000:80 alcalbg/php5.6-apache`

visit http://localhost:8000/

0 comments on commit 6da44dd

Please sign in to comment.