fix: be able to change database + service versions

This commit is contained in:
Andras Bacsai
2022-06-20 20:47:10 +02:00
parent 71096acdff
commit 10a514d9ac
5 changed files with 116 additions and 98 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "coolify",
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
"version": "2.9.10",
"version": "2.9.11",
"license": "AGPL-3.0",
"scripts": {
"dev": "docker-compose -f docker-compose-dev.yaml up -d && cross-env NODE_ENV=development & svelte-kit dev --host 0.0.0.0",