You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By using this image you accept the [Privacy statement of the TeamSpeak Systems GmbH](https://www.teamspeak.com/en/privacy-and-terms), the [SinusBot Privacy Policy](https://forum.sinusbot.com/help/privacy-policy/) and SinusBot license agreement.
> This software is free for personal use only. If you want to use it commercially, please contact the author.
22
20
>
@@ -163,32 +161,6 @@ docker run -d -p 8087:8087 \
163
161
--name sinusbot sinusbot/docker:discord
164
162
```
165
163
166
-
## Other Docker registries
167
-
168
-
### QUAY
169
-
170
-
[](https://quay.io/repository/sinusbot/docker)
171
-
172
-
Can be pulled by using:
173
-
174
-
```bash
175
-
docker pull quay.io/sinusbot/docker
176
-
```
177
-
178
-
For using docker-compose with [quay.io](https://quay.io) just replace `sinusbot/docker` with `quay.io/sinusbot/docker`. Example:
179
-
180
-
```yaml
181
-
# docker-compose.yml
182
-
sinusbot:
183
-
image: quay.io/sinusbot/docker
184
-
restart: always
185
-
ports:
186
-
- 8087:8087
187
-
volumes:
188
-
- /opt/sinusbot/scripts:/opt/sinusbot/scripts
189
-
- /opt/sinusbot/data:/opt/sinusbot/data
190
-
```
191
-
192
164
## docker-compose with TeamSpeak 3 Server
193
165
194
166
In the SinusBot you have to use the network alias `teamspeak.docker.local` as hostname.
0 commit comments