Compose-Examples/examples/youtrack/README.md

15 lines
347 B
Markdown
Raw Normal View History

2023-02-19 05:48:16 +00:00
# References
2023-02-23 00:02:20 +00:00
- https://hub.docker.com/r/jetbrains/youtrack/
2023-02-19 14:43:09 +00:00
# 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
````