chore(deps): update lscr.io/linuxserver/mastodon docker tag to v4.2.9 (#3599)
This commit is contained in:
parent
9e61fa4809
commit
a5f296bfd7
|
@ -7,11 +7,9 @@
|
||||||
"force_expose": true,
|
"force_expose": true,
|
||||||
"generate_vapid_keys": true,
|
"generate_vapid_keys": true,
|
||||||
"id": "mastodon",
|
"id": "mastodon",
|
||||||
"tipi_version": 18,
|
"tipi_version": 19,
|
||||||
"version": "4.2.8",
|
"version": "4.2.9",
|
||||||
"categories": [
|
"categories": ["social"],
|
||||||
"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",
|
||||||
|
@ -93,8 +91,5 @@
|
||||||
"env_variable": "MASTODON_LOCAL_DOMAIN"
|
"env_variable": "MASTODON_LOCAL_DOMAIN"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
mastodon:
|
mastodon:
|
||||||
container_name: mastodon
|
container_name: mastodon
|
||||||
image: lscr.io/linuxserver/mastodon:4.2.8
|
image: lscr.io/linuxserver/mastodon:4.2.9
|
||||||
ports:
|
ports:
|
||||||
- 8209:80
|
- 8209:80
|
||||||
- ${APP_PORT}:443
|
- ${APP_PORT}:443
|
||||||
|
|
Loading…
Reference in New Issue
Block a user