From 071702bff9dacc7269d3726eb61cf20238e64d23 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Fri, 22 Nov 2024 14:41:51 +0100 Subject: [PATCH] Updated Docker README --- docker/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/README.md b/docker/README.md index 343c69e..10ee322 100644 --- a/docker/README.md +++ b/docker/README.md @@ -89,6 +89,8 @@ mkdir /tmp/jirafeau_data docker run -it --rm -p 8080:80 -v /tmp/jirafeau_data:/data registry.gitlab.com/jirafeau/jirafeau:latest ``` +Please note that the files and directories created in the directory outside the container will probably be owned by UID 100. + ## Few notes - `var-...` folder where lives all uploaded data is protected from direct access -- 2.34.1