Ver Fonte

Merge pull request #1184 from kylegoetz/master

Update README.md - sample yml needed expose option
Nicolas Duchon há 4 anos atrás
pai
commit
0f427dd32d
1 ficheiros alterados com 2 adições e 0 exclusões
  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
 ```