diff options
| author | Amelia Yukii <admin@transfem.org> | 2024-01-01 00:51:23 +0100 |
|---|---|---|
| committer | Amelia Yukii <admin@transfem.org> | 2024-01-01 00:51:23 +0100 |
| commit | 41e9b36bfd4b02c4eab74f5a84c36936ba321fb9 (patch) | |
| tree | 913cafe430aba4f53316cfdc6fd7e961e521e395 /docker-compose_example.yml | |
| parent | fix: visibility check on masto import (diff) | |
| download | sharkey-41e9b36bfd4b02c4eab74f5a84c36936ba321fb9.tar.gz sharkey-41e9b36bfd4b02c4eab74f5a84c36936ba321fb9.tar.bz2 sharkey-41e9b36bfd4b02c4eab74f5a84c36936ba321fb9.zip | |
chore: docker compose update image
Diffstat (limited to 'docker-compose_example.yml')
| -rw-r--r-- | docker-compose_example.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docker-compose_example.yml b/docker-compose_example.yml index 5a8560bb42..6b3aa059dc 100644 --- a/docker-compose_example.yml +++ b/docker-compose_example.yml @@ -2,8 +2,7 @@ version: "3" services: web: -# replace image below with git.joinsharkey.org/sharkey/sharkey:stable on next release -# image: ghcr.io/transfem-org/sharkey:stable +# image: git.joinsharkey.org/sharkey/sharkey:latest build: . restart: always links: |