Update README.md

This commit is contained in:
gigirassy
2025-10-18 02:07:17 +02:00
parent 4e1dc30ec0
commit 56f83325b8
+2 -2
View File
@@ -29,5 +29,5 @@ Port 8080 is needed to run with this method; Docker is most recommended if that
* Clone this repo. * Clone this repo.
* Tweak ``compose.yml`` as you see fit and follow instructions if you want to enable bookmarks. * Tweak ``compose.yml`` as you see fit and follow instructions if you want to enable bookmarks.
* ``sudo docker compose up -d`` to build and run. * ``docker compose up -d``
* Need to update? ``git pull && docker compose up -d --build`` * ``docker compose pull && docker compose up -d`` to update.