Skip to content

Commit bcaae23

Browse files
committed
Update README.md
1 parent 9a512a9 commit bcaae23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
System that automatically grants ranks in the form of server groups for online time or online activity to users, using the given server groups of the TS3 server.
55

6-
This is a modified fork of the TSN-Ranksystem which is updated irregularly to a stable version. It is intended to be fully compatible to TSN-Ranksystem at all times. The changeset on branch `develop` is always rebased onto TSN-Ranksystem and later on merged into `master`.
6+
This is a modified fork of the TSN-Ranksystem which is updated irregularly to a stable version. It is intended to be **fully compatible to TSN-Ranksystem at all times**. The changeset on branch `develop` is always rebased onto TSN-Ranksystem and later on merged into `master`.
77

88
Please make sure that your TSN-Ranksystem (database) version is not above the (database) version of this fork (downgrade).
99

@@ -15,7 +15,7 @@ Make sure to set `BASE_HREF` to the absolute URL path of the rank system (e.g. `
1515
### First time setup
1616
Enable the `INSTALL_MODE=1` in the file `docker-compose.yml` by uncommenting the line. Then start the rank system with:
1717
```sh
18-
docker-compose up
18+
docker-compose up -d
1919
```
2020
Navigate to the `install.php` with your browser and set up the rank system.
2121
After performing the first time setup re-edit the `docker-compose.yml` by commenting or removing the `INSTALL_MODE`.

0 commit comments

Comments
 (0)