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"
 ```