diff --git a/apps/mixpost/config.json b/apps/mixpost/config.json index efe77ccf..b2e14961 100644 --- a/apps/mixpost/config.json +++ b/apps/mixpost/config.json @@ -5,11 +5,9 @@ "available": true, "exposable": true, "id": "mixpost", - "tipi_version": 11, - "version": "1.6.0", - "categories": [ - "social" - ], + "tipi_version": 12, + "version": "1.7.0", + "categories": ["social"], "description": "Mixpost it's the coolest Self-hosted social media management software.", "short_desc": "Self-hosted social media management. Schedule and organize your social content. ", "author": "Inovector", @@ -36,8 +34,5 @@ "env_variable": "MIXPOST_APP_KEY" } ], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/mixpost/docker-compose.yml b/apps/mixpost/docker-compose.yml index 9d6bce2c..018fc6a1 100644 --- a/apps/mixpost/docker-compose.yml +++ b/apps/mixpost/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: mixpost: - image: inovector/mixpost:v1.6.0 + image: inovector/mixpost:v1.7.0 container_name: mixpost environment: - APP_NAME='Mixpost'