Skip to content

Commit

Permalink
OZ-464: Remove Docker compose version since it's obsolete. (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored Oct 15, 2024
1 parent 613cdda commit bcb5eb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker-compose-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ services:
- "${POSTGRES_DATADIR:-postgresql-data}:/var/lib/postgresql/data"
- "${SQL_SCRIPTS_PATH}/postgresql/create_db.sh:/docker-entrypoint-initdb.d/create_db.sh"

version: "3.7"

volumes:
mysql-data: ~
postgresql-data: ~
2 changes: 0 additions & 2 deletions docker-compose-erpnext.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

x-erpnext-image: &erpnext-image
image: frappe/erpnext:v15.12.2
platform: linux/amd64
Expand Down

0 comments on commit bcb5eb6

Please sign in to comment.