From 1555d435f7bc89d87ac8cdb8be989b6679e62ec9 Mon Sep 17 00:00:00 2001 From: Birkhoff Lee Date: Tue, 28 Jul 2020 02:05:27 +0800 Subject: [PATCH] Update deployment guide --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b62bbfb..5e4a2be 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,17 @@ You have to manually install Docker first if you don't have it installed on your You will need to install [Docker Compose](https://docs.docker.com/compose/) for automated deploying. -```bash -sudo apt install docker-compose +```shell +$ apt install docker-compose # debian ``` -Download the example file, optionally change the directories, passwords, etc. then run it with +Download the example file, optionally change the directories, passwords, etc. then run it -```bash -docker-compose up -d +```shell +$ 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.