add docker commands to update on readme

This commit is contained in:
2025-10-28 22:17:07 +01:00
parent eaf83385ca
commit 0415df96b7

View File

@@ -67,4 +67,5 @@ After starting the container for the first time, a default administrator account
* **User/Group:** Set `PUID` and `PGID` to your user's ID on the host system. You can find them by running the commands `id -u` and `id -g`.
* **Data Directory:** Before the first run, create a directory for the database: `mkdir data`.
* **Running:** Start the container with: `PUID=$(id -u) PGID=$(id -g) docker compose up -d`
* **Running:** Start the container with: `PUID=$(id -u) PGID=$(id -g) docker compose up -d`
* **Update Sharelist:** `docker compose pull, docker compose up -d`