2020-11-21 17:34:54 +01:00
2020-11-21 17:34:54 +01:00
2020-09-25 11:51:10 +02:00
2020-11-04 15:38:24 +01:00
2020-07-28 01:46:34 +08:00
2020-10-17 22:34:58 +02:00

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 docker-compose.yml, optionally change some settings, then run docker-compose up -d. The default restart policy is always so your website will start back up after a reboot.

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 database address. For database username, password and database name, fill nameless for all of them, if you used default database credentials.

Development

If you want to use Docker for developing NamelessMC, please see the docker compose file in the main repo.

Description
Fork of the Official Nameless Docker Image https://github.com/NamelessMC/Nameless-Docker
Readme 108 KiB
Languages
Dockerfile 54.2%
Shell 45.8%