mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
Add Dockerfile filename to wordpress guide
This commit is contained in:
parent
2edc372f41
commit
1327e293f6
@ -10,7 +10,7 @@ Fig makes it nice and easy to run Wordpress in an isolated environment. [Install
|
|||||||
|
|
||||||
$ curl http://wordpress.org/wordpress-3.8.1.tar.gz | tar -xvzf -
|
$ curl http://wordpress.org/wordpress-3.8.1.tar.gz | tar -xvzf -
|
||||||
|
|
||||||
This will create a directory called `wordpress`, which you can rename to the name of your project if you wish. Inside, that directory, we need to write a file that defines what environment your app is going to run in:
|
This will create a directory called `wordpress`, which you can rename to the name of your project if you wish. Inside that directory, we create `Dockerfile`, a file that defines what environment your app is going to run in:
|
||||||
|
|
||||||
```
|
```
|
||||||
FROM orchardup/php5
|
FROM orchardup/php5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user