Get StartedCommunity
Search
No results
Enter to navigate
Up and Down keys select

Deploy Meltdown with Docker Compose

Set MELTDOWN_HOST=0.0.0.0 in .env.

./compose.yml

version: "3"
services:
  meltdown:
    build:
      context: .
    ports:
      - 33765:33765
    volumes:
      - .:/app
docker-compose up

A Dockerfile and compose.yml are provided in the meltdown repo.

made by us