From 5a8d4fce2feaa6e413c2a0de51e2f7e473c5764c Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 23 Apr 2026 20:26:46 -0500 Subject: [PATCH] chore(docker): update image source in docker-compose.yml and improve description in Dockerfile --- Dockerfile | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1c4189b..5c216f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,7 +74,7 @@ COPY scripts/docker-entrypoint.sh /docker-entrypoint.sh RUN chmod +x /docker-entrypoint.sh LABEL org.opencontainers.image.source="https://git.quad4.io/RNS-Things/MeshChatX" -LABEL org.opencontainers.image.description="All in one Reticulum client." +LABEL org.opencontainers.image.description="MeshChatX is a all in one Reticulum client." LABEL org.opencontainers.image.licenses="MIT AND 0BSD" LABEL org.opencontainers.image.authors="Quad4" LABEL org.opencontainers.image.revision="${OCI_REVISION}" diff --git a/docker-compose.yml b/docker-compose.yml index 7e0a144..ea145f6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: reticulum-meshchatx: container_name: reticulum-meshchatx - image: ${MESHCHAT_IMAGE:-git.quad4.io/rns-things/meshchatx:latest} + image: ${MESHCHAT_IMAGE:-ghcr.io/sudo-ivan/meshchatx:latest} restart: unless-stopped security_opt: - no-new-privileges:true