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

This commit is contained in:
renovate[bot] 2023-07-07 20:39:35 +00:00 committed by GitHub
parent 06b698cc35
commit 88f4b2c12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": 3, "tipi_version": 4,
"version": "4.1.3", "version": "4.1.4",
"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.1.3 image: lscr.io/linuxserver/mastodon:4.1.4
ports: ports:
- 8209:80 - 8209:80
- ${APP_PORT}:443 - ${APP_PORT}:443