chore: remove deprecated version directive

This commit is contained in:
gparent 2024-09-24 16:54:09 +00:00
parent ebd8021730
commit e8a8692246
7 changed files with 0 additions and 12 deletions

View file

@ -1,4 +1,3 @@
version: "3.7"
services:
mariadb:
image: docker.io/mariadb:10.6

View file

@ -2,7 +2,6 @@ Create backup service or stack.
```yaml
# backup-job.yml
version: "3.7"
services:
backup:
image: frappe/erpnext:${VERSION}

View file

@ -11,8 +11,6 @@ step2: add platform: linux/amd64 to all services in the /pwd.yaml
here is the update pwd.yml file
```yml
version: "3"
services:
backend:
image: frappe/erpnext:v15

View file

@ -1,5 +1,3 @@
version: "3.3"
services:
custom-domain:
image: caddy:2

View file

@ -1,5 +1,3 @@
version: "3.3"
services:
database:
container_name: mariadb-database

View file

@ -1,5 +1,3 @@
version: "3.3"
services:
traefik:
image: "traefik:v2.11"

View file

@ -1,5 +1,3 @@
version: "3"
services:
backend:
image: frappe/erpnext:v15.63.0