This reverts commit 1555d435f7bc89d87ac8cdb8be989b6679e62ec9.
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.
Description
Fork of the Official Nameless Docker Image https://github.com/NamelessMC/Nameless-Docker
Languages
Dockerfile
54.2%
Shell
45.8%