fix: Remove ignored version
field
This commit is contained in:
parent
747e2a8e8f
commit
12b827a3f6
@ -380,8 +380,6 @@ then appending it to the `COMPOSE_FILE` environment variable: `COMPOSE_FILE=dock
|
||||
For example, use a [different VPN provider](https://github.com/bubuntux/nordvpn):
|
||||
|
||||
```yml
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
vpn:
|
||||
image: ghcr.io/bubuntux/nordvpn
|
||||
@ -469,7 +467,6 @@ If you want to use separate paths for torrents download and long term storage, t
|
||||
set your `docker-compose.override.yml` to:
|
||||
|
||||
```yml
|
||||
version: "3.9"
|
||||
services:
|
||||
sonarr:
|
||||
volumes:
|
||||
|
@ -1,5 +1,3 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
dhcp-relay:
|
||||
image: modem7/dhcprelay:latest
|
||||
|
@ -1,5 +1,3 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:v2.10
|
||||
|
@ -1,5 +1,3 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
tandoor:
|
||||
image: vabene1111/recipes:latest
|
||||
|
Loading…
Reference in New Issue
Block a user