chore(deps): update lscr.io/linuxserver/mastodon docker tag to v4.2.2 (#1745)
This commit is contained in:
parent
05c7c16cc5
commit
d7a870a944
|
@ -7,8 +7,8 @@
|
||||||
"force_expose": true,
|
"force_expose": true,
|
||||||
"generate_vapid_keys": true,
|
"generate_vapid_keys": true,
|
||||||
"id": "mastodon",
|
"id": "mastodon",
|
||||||
"tipi_version": 11,
|
"tipi_version": 12,
|
||||||
"version": "4.2.1",
|
"version": "4.2.2",
|
||||||
"categories": [
|
"categories": [
|
||||||
"social"
|
"social"
|
||||||
],
|
],
|
||||||
|
@ -93,5 +93,8 @@
|
||||||
"env_variable": "MASTODON_LOCAL_DOMAIN"
|
"env_variable": "MASTODON_LOCAL_DOMAIN"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"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.1
|
image: lscr.io/linuxserver/mastodon:4.2.2
|
||||||
ports:
|
ports:
|
||||||
- 8209:80
|
- 8209:80
|
||||||
- ${APP_PORT}:443
|
- ${APP_PORT}:443
|
||||||
|
|
Loading…
Reference in New Issue
Block a user