瀏覽代碼

Update README.md

Florian Hoss 2 年之前
父節點
當前提交
c712539bab
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -113,6 +113,7 @@ services:
     volumes:
       # to mount the bookmarks.json and the icons folder on the system
       - ./storage:/app/storage
+    # https://docs.docker.com/compose/compose-file/compose-file-v3/#ports
     ports:
-      - "127.0.0.1:4000:4000"
+      - "4000:4000"
 ```