Update Mixpost to v1 (#1055)
* Update Mixpost to v1 * Update config.json
This commit is contained in:
parent
665c0b27ee
commit
58337acfb6
|
@ -5,7 +5,7 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "mixpost-pro",
|
||||
"tipi_version": 7,
|
||||
"tipi_version": 8,
|
||||
"version": "latest",
|
||||
"categories": ["social", "utilities"],
|
||||
"description": "Mixpost it's the coolest Self-hosted social media management software.",
|
||||
|
|
|
@ -6,7 +6,6 @@ services:
|
|||
container_name: mixpost-pro
|
||||
environment:
|
||||
- APP_NAME=Mixpost
|
||||
- MIXPOST_VERSION=^0.8
|
||||
- LICENSE_KEY=${MIXPOST_LICENSE_KEY}
|
||||
- APP_KEY=${MIXPOST_APP_KEY}
|
||||
- APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||
|
|
Loading…
Reference in New Issue
Block a user