Include download link in instructions
This commit is contained in:
parent
ed5f18e10c
commit
036390f88f
@ -16,12 +16,8 @@ You will need to install [Docker Compose](https://docs.docker.com/compose/) for
|
|||||||
sudo apt install docker-compose
|
sudo apt install docker-compose
|
||||||
```
|
```
|
||||||
|
|
||||||
Download the example file, optionally change the directories, passwords, etc. then run it with
|
Download [docker-compose.yml](https://github.com/NamelessMC/Nameless-Docker/raw/master/docker-compose.yml), optionally change some settings, then run `docker-compose up -d`. The default restart policy is `unless-stopped` so your website will start back up after a reboot.
|
||||||
|
|
||||||
```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 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 the *database address*. For database username, password and database name, fill `nameless` for all of them, if you used default database credentials.
|
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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user