Open darkj2k opened 1 year ago
Just install REM on my DS920+ by run following cmd without problem.
docker run -d --network host --restart unless-stopped --name roon-extension-manager --group-add 0 -v rem_data:/home/node/.rem/ -v /var/run/docker.sock:/var/run/docker.sock -e "TZ=Asia/Taipei" theappgineer/roon-extension-manager:v1.x-standalone-amd64
I remove "--log-driver journald" so I can see the logs in Docker container log window. And there are many errors keep going about Extension Repository.
Also the Docker container crash in every few hours.
Any suggestion?
Just install REM on my DS920+ by run following cmd without problem.
docker run -d --network host --restart unless-stopped --name roon-extension-manager --group-add 0 -v rem_data:/home/node/.rem/ -v /var/run/docker.sock:/var/run/docker.sock -e "TZ=Asia/Taipei" theappgineer/roon-extension-manager:v1.x-standalone-amd64
I remove "--log-driver journald" so I can see the logs in Docker container log window. And there are many errors keep going about Extension Repository.
Also the Docker container crash in every few hours.
Any suggestion?