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