Преглед изворни кода

Merge pull request #383 from orchardup/use-official-repos-on-homepage

Use official repos on home page
Aanand Prasad пре 11 година
родитељ
комит
c63947b5e2
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      docs/index.md

+ 2 - 2
docs/index.md

@@ -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:
 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
@@ -23,7 +23,7 @@ web:
   ports:
   ports:
    - "8000:8000"
    - "8000:8000"
 db:
 db:
-  image: orchardup/postgresql
+  image: postgres
 ```
 ```
 
 
 (No more installing Postgres on your laptop!)
 (No more installing Postgres on your laptop!)