Derkades ed5f18e10c Revert "Update deployment guide"
This reverts commit 1555d435f7bc89d87ac8cdb8be989b6679e62ec9.
2020-07-28 19:04:10 +02:00

945 B

NamelessMC Docker

This is the official Docker image for NamelessMC. Deploy with ease!

Usage

Install Docker

You have to manually install Docker first if you don't have it installed on your server. Check out the official install guide.

Automated Deployment

You will need to install Docker Compose for automated deploying.

sudo apt install docker-compose

Download the example file, optionally change the directories, passwords, etc. then run it with

docker-compose up -d

When the containers are up, visit the website in a browser to start the installer. By default it listens on any interface, port 80.

When the database configuration page shows up, fill in db for the database address. For database username, password and database name, fill nameless for all of them, if you used default database credentials.