Trying to launch upsource on docker container via instructions on https://www.jetbrains.com/help/upsource/docker-installation.html
docker run -it --name upsource -v /Users/rudskoy/desktop/upsource/data/:/opt/upsource/data -v /Users/rudskoy/desktop/upsource/config/:/opt/upsource/conf -v /Users/rudskoy/desktop/upsource/logs/:/opt/upsource/logs -v /Users/rudskoy/desktop/upsource/backups/:/opt/upsource/backups -p 8080:8080 jetbrains/upsource:2017.3.2888
But my attempts are failed with: Config directory is not writable: /opt/upsource/conf
error.
Ownership in upsource/
direcotry:
drwxr-x--- 2 13001 13001 68 4 march 14:30 backups
drwxr-x--- 2 13001 13001 68 4 march 14:30 config
drwxr-x--- 2 13001 13001 68 4 march 14:30 data
drwxr-x--- 2 13001 13001 68 4 march 14:30 logs
ps: macOS (High Sierra)