mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Use official repos on home page
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
90f5eda930
commit
b5d1979d58
@ -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…
x
Reference in New Issue
Block a user