kopia lustrzana https://github.com/Haxxnet/Compose-Examples
Update README.md
rodzic
9818cde745
commit
6394e1ab33
|
@ -1,3 +1,14 @@
|
||||||
# References
|
# References
|
||||||
|
|
||||||
https://hub.docker.com/r/jetbrains/youtrack/
|
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
|
||||||
|
````
|
||||||
|
|
Ładowanie…
Reference in New Issue