Sign inSign up

undirectlookable/remodex-relay

By undirectlookable

Updated 6 months ago

Image
0

1.1K

undirectlookable/remodex-relay repository overview

docker-remodex-relay

This project packages the relay module from remodex as a Docker image.
Docker Hub image: undirectlookable/remodex-relay

Run with docker run

docker run -it --rm -p 9000:9000 undirectlookable/remodex-relay:latest

Run with Docker Compose

services:
  remodex-relay:
    image: undirectlookable/remodex-relay:latest
    ports:
      - "9000:9000"
    restart: unless-stopped

Start:

docker compose up -d

Security Note (Public Network)

If you expose this service on a public network, you must place it behind a reverse proxy (such as Nginx, Caddy, or Traefik) with HTTPS/TLS enabled.
Do not expose port 9000 directly to the public internet.

Tag summary

Content type

Image

Digest

sha256:5b51667c4

Size

62.8 MB

Last updated

6 months ago

docker pull undirectlookable/remodex-relay