chore(deps): update superseriousbusiness/gotosocial docker tag to v0.12.2 (#1565)
This commit is contained in:
parent
aaa112b24b
commit
7b9371da64
|
@ -6,10 +6,10 @@
|
|||
"exposable": true,
|
||||
"force_expose": true,
|
||||
"id": "gotosocial",
|
||||
"tipi_version": 10,
|
||||
"tipi_version": 11,
|
||||
"uid": 1000,
|
||||
"gid": 1000,
|
||||
"version": "0.12.1",
|
||||
"version": "0.12.2",
|
||||
"categories": [
|
||||
"social"
|
||||
],
|
||||
|
@ -76,5 +76,8 @@
|
|||
"env_variable": "GTS_SMTP_FROM"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
gotosocial:
|
||||
container_name: gotosocial
|
||||
image: superseriousbusiness/gotosocial:0.12.1
|
||||
image: superseriousbusiness/gotosocial:0.12.2
|
||||
user: 1000:1000
|
||||
ports:
|
||||
- ${APP_PORT}:8080
|
||||
|
|
Loading…
Reference in New Issue
Block a user