Remove deprecated docker compose version key (#372)

This commit is contained in:
Rishabh Jain
2024-06-30 15:53:51 +05:30
committed by GitHub
parent 24ef09c50e
commit 0d87974587
3 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
version: '3.4'
services:
web:
build:

View File

@@ -1,4 +1,3 @@
version: '3.4'
services:
web:
volumes:

View File

@@ -1,4 +1,3 @@
version: '3.4'
services:
db:
image: postgres:14.5
@@ -21,6 +20,6 @@ services:
- "3000:3000"
depends_on:
- db
volumes:
dbdata: