Replies: 1 comment 1 reply
-
Try |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After
sudo docker pull redmine:6.0
+sudo docker run -d --restart always --name redmine60 -v /var/www/plugins:/usr/src/redmine/plugins -p 3060:3000 redmine:6.0
, Redmine is working.But when I install my plugin, Redmine is crashed!
The problem: I don't understand how to access log...
I tried:
But for now this doesn't help me.
Beta Was this translation helpful? Give feedback.
All reactions