summaryrefslogtreecommitdiff
path: root/docs/getting_started/installation/container.md
diff options
context:
space:
mode:
authorLibravatar tobi <tobi.smethurst@protonmail.com>2025-04-28 12:08:51 +0000
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-05 12:02:32 +0200
commitc88a95e3c5e15924b9da38ae6a980bb7e8d7ee1a (patch)
treef8344dabdc31a1681c998d90c806cea451a7c140 /docs/getting_started/installation/container.md
parentbump dependencies: minio-go, go-sqlite3, goldmark, otel, x/image/webp (#4075) (diff)
downloadgotosocial-c88a95e3c5e15924b9da38ae6a980bb7e8d7ee1a.tar.xz
[docs] Move docs links to codeberg (#4074)
Update more links from github -> codeberg in the docs. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4074 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'docs/getting_started/installation/container.md')
-rw-r--r--docs/getting_started/installation/container.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/installation/container.md b/docs/getting_started/installation/container.md
index a7682b04d..dc9225437 100644
--- a/docs/getting_started/installation/container.md
+++ b/docs/getting_started/installation/container.md
@@ -20,10 +20,10 @@ cd ~/gotosocial
## Get the latest docker-compose.yaml
-Use `wget` to download the latest [docker-compose.yaml](https://raw.githubusercontent.com/superseriousbusiness/gotosocial/main/example/docker-compose/docker-compose.yaml) example, which we'll customize for our needs:
+Use `wget` to download the latest [docker-compose.yaml](https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/example/docker-compose/docker-compose.yaml) example, which we'll customize for our needs:
```bash
-wget https://raw.githubusercontent.com/superseriousbusiness/gotosocial/main/example/docker-compose/docker-compose.yaml
+wget https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/example/docker-compose/docker-compose.yaml
```
## Edit the docker-compose.yaml