rename youtrack

This commit is contained in:
L4RM4ND
2024-03-10 05:09:23 +01:00
parent fcddfd45b7
commit 30b74fb3eb
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +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
````