Releases: krypton-messenger/docker_server
Releases · krypton-messenger/docker_server
v1.0.0
Krypton Server Beta Release
installation:
- download the sourcecode and extract it
- mount your persistent drives
.encryptedFiles
and.mysql
into the extracted folder - configure *.env (passwords, domains, limitations etc.)
- edit docker-compose.yml if you don't like the default ports
- cd to the project folder and run
sudo docker-compose up -d --build && sudo docker-compose logs -f
Krypton Server Alpha Release
installation:
- download the sourcecode and extract it
- mount your persistent drives
.encryptedFiles
and.mysql
into the extracted folder - configure *.env (passwords, domains, limitations etc.)
- edit docker-compose.yml if you don't like the default ports
- cd to the project folder and run
sudo docker-compose up -d --build && sudo docker-compose logs -f