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):
|
For example, use a [different VPN provider](https://github.com/bubuntux/nordvpn):
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
version: '3.9'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
vpn:
|
vpn:
|
||||||
image: ghcr.io/bubuntux/nordvpn
|
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:
|
set your `docker-compose.override.yml` to:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
sonarr:
|
sonarr:
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
version: '3.9'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dhcp-relay:
|
dhcp-relay:
|
||||||
image: modem7/dhcprelay:latest
|
image: modem7/dhcprelay:latest
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
version: '3.9'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v2.10
|
image: traefik:v2.10
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
version: '3.9'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
tandoor:
|
tandoor:
|
||||||
image: vabene1111/recipes:latest
|
image: vabene1111/recipes:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user