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

This commit is contained in:
renovate[bot] 2024-02-01 18:10:01 +00:00 committed by GitHub
parent af123b5e6a
commit 48a8c1d80b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@
"force_expose": true, "force_expose": true,
"generate_vapid_keys": true, "generate_vapid_keys": true,
"id": "mastodon", "id": "mastodon",
"tipi_version": 14, "tipi_version": 15,
"version": "4.2.4", "version": "4.2.5",
"categories": [ "categories": [
"social" "social"
], ],

View File

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