# 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](https://docs.docker.com/engine/installation). ### Automated Deployment You will need to install [Docker Compose](https://docs.docker.com/compose/) for automated deploying. ```bash sudo apt install docker-compose ``` Download the example file, optionally change the directories, passwords, etc. then run it with ```bash 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.