jdontplay 0 Posted June 27 Hi, This is my first post so dont kill me. As i already used the chat app "wire" I was thinking about hosting my own server via docker. But I wouldnt even know where to start. The gthub does has the the docker file etc: https://github.com/wireapp/wire-server/blob/develop/README.md#how-to-install-and-run-wire-server If anyone can guide me in the right direction as to how to install this an get it working that would be great. Quote Share this post Link to post
primeval_god 21 Posted June 27 A quick look at the github repo you linked to suggests that this is a fairly complex multi-container application. It is beyond the scope of what unRAID web utilities (Docker Man/ Community Applications) are designed to manage. I am not saying you couldnt run it on unRAID but you would want to be fairly familiar with docker and docker compose. If you are determined I would suggest reading up on Docker Compose, specifically how its files are written and how they translate into docker container settings. Then have a look at the compose yml file in the above repo. That will give you an idea of what containers are required, and how they need to be linked together. 1 Quote Share this post Link to post
jdontplay 0 Posted July 4 Thanks you for your reply. Il get a book on docker and start learning. Quote Share this post Link to post
primeval_god 21 Posted July 5 I would suggest starting here. Docker has some fairly robust online documentation. https://docs.docker.com/ Quote Share this post Link to post