소스 검색

Remove unneeded 'ports' entries from WP and Django fig.ymls in docs

Aanand Prasad 11 년 전
부모
커밋
d1a52d2b1a
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 2
      docs/django.md
  2. 0 2
      docs/wordpress.md

+ 0 - 2
docs/django.md

@@ -28,8 +28,6 @@ Simple enough. Finally, this is all tied together with a file called `fig.yml`.
 
     db:
       image: orchardup/postgresql
-      ports:
-        - "5432"
     web:
       build: .
       command: python manage.py runserver 0.0.0.0:8000

+ 0 - 2
docs/wordpress.md

@@ -33,8 +33,6 @@ web:
     - .:/code
 db:
   image: orchardup/mysql
-  ports:
-    - "3306:3306"
   environment:
     MYSQL_DATABASE: wordpress
 ```