diff --git a/docker-compose.yml b/docker-compose.yml index 3eff87f..f91c312 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,12 +1,12 @@ services: reticulum-meshchat: container_name: reticulum-meshchat - image: ghcr.io/liamcottle/reticulum-meshchat:latest + image: ghcr.io/sudo-ivan/reticulum-meshchat:latest pull_policy: always restart: unless-stopped # Make the meshchat web interface accessible from the host on port 8000 ports: - - 0.0.0.0:8000:8000 + - 127.0.0.1:8000:8000 volumes: - meshchat-config:/config # Uncomment if you have a USB device connected, such as an RNode