Skip to content

Commit 522fcc5

Browse files
committed
readme: non-root docker-compose, fix tags section
1 parent ddb6c72 commit 522fcc5

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,19 @@ This can be done as described in the following:
7272

7373
Download the [docker-compose file](docker-compose.yml) in it's own directory and start it with `docker-compose up`.
7474

75-
#### Tags
75+
To run via docker-compose as a non-root user, follow the docker instruction above to create a `sinusbot` user. Then append the following to your `docker-compose.yml`:
76+
77+
```yaml
78+
environment:
79+
UID: # insert output of `id -u sinusbot`
80+
GID: # insert output of `id -g sinusbot`
81+
```
82+
83+
## Tags
7684
7785
- `latest` is the default tag
7886
- `discord` is a discord-only version of `latest` and does not contain the TeamSpeak client with additional dependencies
79-
- every release is tagged with it's version (for example: `1.0.0-beta.6-f290553`) and a discord-only tag (for example: `1.0.0-beta.6-f290553-discord`)
87+
- every release is tagged with it's version (for example: `1.0.0-beta.6-f290553`) and a discord-only tag (for example: `1.0.0-beta.6-f290553-discord`)
8088

8189
You view the [full list of tags](https://hub.docker.com/r/sinusbot/docker/tags) for specific versions.
8290

0 commit comments

Comments
 (0)