Update Mixpost to v0.8.2 (#768)

This commit is contained in:
DrMxrcy 2023-06-28 09:06:52 -04:00 committed by GitHub
parent 3bf2b446f3
commit 501d4b743b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "mixpost-pro",
"tipi_version": 6,
"version": "latest",
"tipi_version": 7,
"version": "v0.8.2",
"categories": [
"social",
"utilities"

View File

@ -6,7 +6,7 @@ services:
container_name: mixpost-pro
environment:
- APP_NAME=Mixpost
- MIXPOST_VERSION=^0.7
- MIXPOST_VERSION=^0.8
- LICENSE_KEY=${MIXPOST_LICENSE_KEY}
- APP_KEY=${MIXPOST_APP_KEY}
- APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}