fix: Remove ignored version field

This commit is contained in:
Adrien Poupa 2024-01-01 19:08:31 -05:00
parent 747e2a8e8f
commit 12b827a3f6
4 changed files with 0 additions and 9 deletions

View File

@ -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:

View File

@ -1,5 +1,3 @@
version: '3.9'
services: services:
dhcp-relay: dhcp-relay:
image: modem7/dhcprelay:latest image: modem7/dhcprelay:latest

View File

@ -1,5 +1,3 @@
version: '3.9'
services: services:
traefik: traefik:
image: traefik:v2.10 image: traefik:v2.10

View File

@ -1,5 +1,3 @@
version: '3.9'
services: services:
tandoor: tandoor:
image: vabene1111/recipes:latest image: vabene1111/recipes:latest