README: Remove outdated info

This commit is contained in:
Matthew Wild 2021-01-28 22:19:24 +00:00
parent 4914d83bd8
commit e23f09cec9
1 changed files with 0 additions and 9 deletions

View File

@ -21,12 +21,3 @@ The easiest way is to use docker-compose. Copy the file `snikket.conf.example` t
```console
docker-compose up -d
```
If you need to change port mappings or any other advanced options, you can edit the
`docker-compse.yml` file.
Alternatively you can run docker manually with something like the following:
```console
docker run --env-file=snikket.conf -p 80:5280 -p 443:5281 -p 5222:5222 -p 5269:5269 snikket
```