Sfoglia il codice sorgente

Merge pull request #1184 from kylegoetz/master

Update README.md - sample yml needed expose option
Nicolas Duchon 4 anni fa
parent
commit
0f427dd32d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
 ```