Hi,
I have got Rocket.Chat up and running on Plesk Onyx (ubuntu 16.04.3) using the Docker system by running these commands.
docker run --name db -d mongo:3.0 --small files
docker run --name rocketchat --link db -d rocket.chat
Everything is working except the Avatar Resize which is giving an error:
'The image resize will not work because we can not detect ImageMagick or GraphicsMagick installed on your server.'
I have both installed on the server but for some reason, it's not being detected by Rocket.Chat.
Am I missing something?
The other issue I get is when I go into the docker settings I have to change Accounts_AvatarStorePath to ACCOUNTS_AVATARSOREPATH and remove Accounts_AvatarStorePath otherwise I get an error about lowercase letters.
Thank you
I have got Rocket.Chat up and running on Plesk Onyx (ubuntu 16.04.3) using the Docker system by running these commands.
docker run --name db -d mongo:3.0 --small files
docker run --name rocketchat --link db -d rocket.chat
Everything is working except the Avatar Resize which is giving an error:
'The image resize will not work because we can not detect ImageMagick or GraphicsMagick installed on your server.'
I have both installed on the server but for some reason, it's not being detected by Rocket.Chat.
Am I missing something?

The other issue I get is when I go into the docker settings I have to change Accounts_AvatarStorePath to ACCOUNTS_AVATARSOREPATH and remove Accounts_AvatarStorePath otherwise I get an error about lowercase letters.
Thank you