mirror of https://github.com/docker/compose.git
Merge pull request #383 from orchardup/use-official-repos-on-homepage
Use official repos on home page
This commit is contained in:
commit
c63947b5e2
|
@ -7,7 +7,7 @@ title: Fig | Fast, isolated development environments using Docker
|
|||
|
||||
Define your app's environment with Docker so it can be reproduced anywhere:
|
||||
|
||||
FROM orchardup/python:2.7
|
||||
FROM python:2.7
|
||||
ADD . /code
|
||||
WORKDIR /code
|
||||
RUN pip install -r requirements.txt
|
||||
|
@ -23,7 +23,7 @@ web:
|
|||
ports:
|
||||
- "8000:8000"
|
||||
db:
|
||||
image: orchardup/postgresql
|
||||
image: postgres
|
||||
```
|
||||
|
||||
(No more installing Postgres on your laptop!)
|
||||
|
|
Loading…
Reference in New Issue