summaryrefslogtreecommitdiff
path: root/example/docker-compose
diff options
context:
space:
mode:
authorLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-06 14:28:40 +0000
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-06 16:29:32 +0200
commit6574dc8a09d127af23218796119d33b3badcb1f5 (patch)
tree657dafef664fcb4b1b321ff32149c42dcdf1b67e /example/docker-compose
parent[feature] Add `description_limit` to `/api/v2/instance`, increase default lim... (diff)
downloadgotosocial-6574dc8a09d127af23218796119d33b3badcb1f5.tar.xz
[docs] Various little docs updates (#4144)v0.19.1
Just various little docs fixes, including adding registry prefix `docker.io/` to Docker container tags. Closes https://codeberg.org/superseriousbusiness/gotosocial/issues/4126 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4144 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'example/docker-compose')
-rw-r--r--example/docker-compose/docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/docker-compose/docker-compose.yaml b/example/docker-compose/docker-compose.yaml
index fbd9af8dd..eeb1bc056 100644
--- a/example/docker-compose/docker-compose.yaml
+++ b/example/docker-compose/docker-compose.yaml
@@ -1,6 +1,6 @@
services:
gotosocial:
- image: superseriousbusiness/gotosocial:latest
+ image: docker.io/superseriousbusiness/gotosocial:latest
container_name: gotosocial
user: 1000:1000
networks: