소스 검색

Merge pull request #1184 from kylegoetz/master

Update README.md - sample yml needed expose option
Nicolas Duchon 4 년 전
부모
커밋
0f427dd32d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -51,6 +51,8 @@ services:
 
   whoami:
     image: jwilder/whoami
+    expose:
+      - "8000"
     environment:
       - VIRTUAL_HOST=whoami.local
 ```