Skip to content

Commit f6ae06e

Browse files
authored
Remove deprecated 'version' tag in docker (#198)
1 parent e0ee23f commit f6ae06e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/installation/docker.md

-4
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ This guide expects some previous docker knowledge and an already working environ
3434
- Set the `user: 1000:1000` to correct ID of your user.
3535

3636
```yaml title="docker-compose.yml"
37-
version: "3.7"
38-
3937
services:
4038
autobrr:
4139
container_name: autobrr
@@ -60,8 +58,6 @@ services:
6058
We support the following environment variables to override the config file:
6159
6260
```yaml title="docker-compose.yml"
63-
version: "3.7"
64-
6561
services:
6662
autobrr:
6763
environment:

0 commit comments

Comments
 (0)