2020-07-28 02:05:27 +08:00
2020-07-28 01:47:36 +08:00
2020-07-28 01:48:03 +08:00
2020-07-28 01:55:03 +08:00
2020-07-28 01:46:34 +08:00
2020-07-28 02:05:27 +08: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.

$ apt install docker-compose # debian

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

$ git clone https://github.com/NamelessMC/Nameless-Docker.git
$ cd Nameless-Docker
$ vim docker-compose.dev.yaml
$ 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 namelessmc_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
Readme 108 KiB
Languages
Dockerfile 54.2%
Shell 45.8%