chore(docker-compose): update image source for reticulum-meshchatx and add security options
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
reticulum-meshchatx:
|
reticulum-meshchatx:
|
||||||
container_name: reticulum-meshchatx
|
container_name: reticulum-meshchatx
|
||||||
image: ${MESHCHAT_IMAGE:-ghcr.io/sudo-ivan/reticulum-meshchatx:latest}
|
image: git.quad4.io/rns-things/meshchatx:latest
|
||||||
pull_policy: always
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
# Make the meshchat web interface accessible from the host on port 8000
|
# Make the meshchat web interface accessible from the host on port 8000
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8000:8000
|
- 127.0.0.1:8000:8000
|
||||||
|
|||||||
Reference in New Issue
Block a user