mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-06-07 19:51:43 +00:00
chore(docker): update image source in docker-compose.yml and improve description in Dockerfile
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user