Change category ID from 6 to 3 in coolify.json and dokploy.json (#9930)

This commit is contained in:
Alexander Elsner 2025-12-13 17:01:30 +01:00 committed by GitHub
parent 1e97124c0c
commit 308a1cb91e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "Coolify", "name": "Coolify",
"slug": "coolify", "slug": "coolify",
"categories": [ "categories": [
6 3
], ],
"date_created": "2025-12-09", "date_created": "2025-12-09",
"type": "ct", "type": "ct",

View File

@ -2,7 +2,7 @@
"name": "Dokploy", "name": "Dokploy",
"slug": "dokploy", "slug": "dokploy",
"categories": [ "categories": [
6 3
], ],
"date_created": "2025-12-09", "date_created": "2025-12-09",
"type": "ct", "type": "ct",