chore(deps): update lscr.io/linuxserver/mastodon docker tag to v4.1.3 (#819)

This commit is contained in:
renovate[bot] 2023-07-06 14:41:55 +00:00 committed by GitHub
parent 8354afd4fb
commit 0b9f5d7d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View File

@ -7,9 +7,11 @@
"force_expose": true, "force_expose": true,
"generate_vapid_keys": true, "generate_vapid_keys": true,
"id": "mastodon", "id": "mastodon",
"tipi_version": 2, "tipi_version": 3,
"version": "4.1.2", "version": "4.1.3",
"categories": ["social"], "categories": [
"social"
],
"description": "Your self-hosted, globally interconnected microblogging community", "description": "Your self-hosted, globally interconnected microblogging community",
"short_desc": "Your self-hosted, globally interconnected microblogging community", "short_desc": "Your self-hosted, globally interconnected microblogging community",
"author": "Mastodon", "author": "Mastodon",
@ -38,7 +40,7 @@
}, },
{ {
"type": "random", "type": "random",
"label": "Mastodon OTP Secret", "label": "Mastodon OTP Secret",
"min": 64, "min": 64,
"max": 64, "max": 64,
"env_variable": "MASTODON_OTP_SECRET" "env_variable": "MASTODON_OTP_SECRET"

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
mastodon: mastodon:
container_name: mastodon container_name: mastodon
image: lscr.io/linuxserver/mastodon:4.1.2 image: lscr.io/linuxserver/mastodon:4.1.3
ports: ports:
- 8209:80 - 8209:80
- ${APP_PORT}:443 - ${APP_PORT}:443