Skip to content

Remotely

More Here

docker-compose.yml (simple)

YAML
version: "3.9"
services:
  remotely:
    image: immybot/remotely:latest
    container_name: remotely
    hostname: remotely
    ports:
      - 5000:5000
    volumes:
      - ./remotely-data:/remotely-data
    restart: unless-stopped

Can be used with nginx proxy or caddy.