diff --git a/Dockerfile b/Dockerfile
index 70650b0..7744941 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
# Builder
FROM node:lts as builder
-LABEL org.opencontainers.image.url=https://github.com/Awesome-Technologies/synapse-admin org.opencontainers.image.source=https://github.com/Awesome-Technologies/synapse-admin
+LABEL org.opencontainers.image.url=https://github.com/etkecc/synapse-admin org.opencontainers.image.source=https://github.com/etkecc/synapse-admin
# Base path for synapse admin
ARG BASE_PATH=./
diff --git a/docker-compose.yml b/docker-compose.yml
index e599a2f..68c52ac 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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
diff --git a/index.html b/index.html
index 2a0db84..e7e325e 100644
--- a/index.html
+++ b/index.html
@@ -122,7 +122,7 @@