chore(docker): update image source in docker-compose.yml and improve description in Dockerfile

This commit is contained in:
Ivan
2026-04-23 20:26:46 -05:00
parent 49e6f15bdf
commit 5a8d4fce2f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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}"
+1 -1
View File
@@ -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