From 6394e1ab33999efc177302950cf276a5e1c33297 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 19 Feb 2023 15:43:09 +0100 Subject: [PATCH] Update README.md --- youtrack/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/youtrack/README.md b/youtrack/README.md index 41abeef..9778278 100644 --- a/youtrack/README.md +++ b/youtrack/README.md @@ -1,3 +1,14 @@ # References https://hub.docker.com/r/jetbrains/youtrack/ + +# Note + +The JetBrains YouTrack container runs as specific user with a UID and GUID of `13001`. + +Therefore, ensure proper permissions on the Docker data bind mount volumes: + +```` +sudo chown -R 13001:13001 /mnt/docker-volumes/youtrack +sudo chmod -R 777 /mnt/docker-volumes/youtrack +````