Browse Source

Update README.md

Florian Hoss 2 years ago
parent
commit
c712539bab
1 changed files with 2 additions and 1 deletions
  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"
 ```