chore(deps): update lscr.io/linuxserver/mastodon docker tag to v4.1.3 (#819)
This commit is contained in:
parent
8354afd4fb
commit
0b9f5d7d01
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user