chore(deps): update superseriousbusiness/gotosocial docker tag to v0.10.0 (#885)
This commit is contained in:
parent
5667ad256f
commit
22b5bec949
|
@ -6,11 +6,13 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"force_expose": true,
|
"force_expose": true,
|
||||||
"id": "gotosocial",
|
"id": "gotosocial",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"uid": 1000,
|
"uid": 1000,
|
||||||
"gid": 1000,
|
"gid": 1000,
|
||||||
"version": "0.9.0",
|
"version": "0.10.0",
|
||||||
"categories": ["social"],
|
"categories": [
|
||||||
|
"social"
|
||||||
|
],
|
||||||
"description": "Fast, fun, ActivityPub server, powered by Go.",
|
"description": "Fast, fun, ActivityPub server, powered by Go.",
|
||||||
"short_desc": "Fast, fun, ActivityPub server, powered by Go.",
|
"short_desc": "Fast, fun, ActivityPub server, powered by Go.",
|
||||||
"author": "superseriousbusiness",
|
"author": "superseriousbusiness",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
gotosocial:
|
gotosocial:
|
||||||
container_name: gotosocial
|
container_name: gotosocial
|
||||||
image: superseriousbusiness/gotosocial:0.9.0
|
image: superseriousbusiness/gotosocial:0.10.0
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8080
|
- ${APP_PORT}:8080
|
||||||
|
|
Loading…
Reference in New Issue
Block a user