1
0
Fork 0
mirror of https://github.com/Luzifer/docker-php5-nginx.git synced 2024-11-09 14:40:07 +00:00

Fixed code block in README

This commit is contained in:
Knut Ahlers 2014-09-07 01:05:23 +02:00
parent 93ffe534e5
commit 3248c67d25

View file

@ -35,7 +35,9 @@ Then, execute the following to build the image:
This will create an image named `myuser/myapp` with your application ready to go. This will create an image named `myuser/myapp` with your application ready to go.
To launch it, just type: To launch it, just type:
docker run -d -p 80 myuser/myapp ```
docker run -d -p 80 myuser/myapp
```
Easy! Easy!