mirror of
https://github.com/docker/compose.git
synced 2025-07-21 04:34:38 +02:00
Switch to official images in readme
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
df7bc8cbb8
commit
16744bc78b
@ -8,7 +8,7 @@ Fast, isolated development environments using Docker.
|
|||||||
|
|
||||||
Define your app's environment with Docker so it can be reproduced anywhere:
|
Define your app's environment with Docker so it can be reproduced anywhere:
|
||||||
|
|
||||||
FROM orchardup/python:2.7
|
FROM python:2.7
|
||||||
ADD . /code
|
ADD . /code
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
@ -25,7 +25,7 @@ web:
|
|||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
- "49100:22"
|
- "49100:22"
|
||||||
db:
|
db:
|
||||||
image: orchardup/postgresql
|
image: postgres
|
||||||
```
|
```
|
||||||
|
|
||||||
(No more installing Postgres on your laptop!)
|
(No more installing Postgres on your laptop!)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user