mirror of
https://github.com/Luzifer/docker-php5-nginx.git
synced 2024-11-08 14:10:06 +00:00
Fixed code block in README
This commit is contained in:
parent
93ffe534e5
commit
3248c67d25
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
To launch it, just type:
|
||||
|
||||
docker run -d -p 80 myuser/myapp
|
||||
```
|
||||
docker run -d -p 80 myuser/myapp
|
||||
```
|
||||
|
||||
Easy!
|
||||
|
||||
|
|
Loading…
Reference in a new issue