We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae11f6 commit b726aa2Copy full SHA for b726aa2
docs/configuration/docker.md
@@ -12,8 +12,6 @@ Install [Docker](https://docs.docker.com/engine/install/) & [Docker Compose](htt
12
Create a `docker-compose.yml` with the following content:
13
14
```yaml title="docker-compose.yml"
15
-version: "3.8"
16
-
17
services:
18
lavalink:
19
# pin the image version to Lavalink v4
docs/docker/docker-compose.yml
@@ -1,5 +1,3 @@
1
-version: '3.9'
2
3
4
mkdocs:
5
build:
0 commit comments