Update README.md

This commit is contained in:
Florian Hoss 2022-11-02 15:45:04 +01:00 committed by GitHub
parent 31c2009bb3
commit c712539bab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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