update links, allow working without tags

This commit is contained in:
Aine
2024-08-31 15:14:44 +03:00
parent 5acf3042c3
commit e2194f5c49
5 changed files with 6 additions and 6 deletions

View File

@@ -2,13 +2,13 @@ services:
synapse-admin:
container_name: synapse-admin
hostname: synapse-admin
image: awesometechnologies/synapse-admin:latest
image: ghcr.io/etkecc/synapse-admin:latest
# build:
# context: .
# to use the docker-compose as standalone without a local repo clone,
# replace the context definition with this:
# context: https://github.com/Awesome-Technologies/synapse-admin.git
# context: https://github.com/etkecc/synapse-admin.git
# args:
# - BUILDKIT_CONTEXT_KEEP_GIT_DIR=1