Revert "Update deployment guide"
This reverts commit 1555d435f7bc89d87ac8cdb8be989b6679e62ec9.
This commit is contained in:
parent
2b48d23abc
commit
ed5f18e10c
13
README.md
13
README.md
@ -12,17 +12,14 @@ 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.
|
You will need to install [Docker Compose](https://docs.docker.com/compose/) for automated deploying.
|
||||||
|
|
||||||
```shell
|
```bash
|
||||||
$ apt install docker-compose # debian
|
sudo apt install docker-compose
|
||||||
```
|
```
|
||||||
|
|
||||||
Download the example file, optionally change the directories, passwords, etc. then run it
|
Download the example file, optionally change the directories, passwords, etc. then run it with
|
||||||
|
|
||||||
```shell
|
```bash
|
||||||
$ git clone https://github.com/NamelessMC/Nameless-Docker.git
|
docker-compose up -d
|
||||||
$ 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 containers are up, visit the website in a browser to start the installer. By default it listens on any interface, port 80.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user