Skip to content

Instantly share code, notes, and snippets.

@pi0
Last active January 24, 2026 20:43
Show Gist options
  • Select an option

  • Save pi0/a67818750e020b60eccad40b67699a0f to your computer and use it in GitHub Desktop.

Select an option

Save pi0/a67818750e020b60eccad40b67699a0f to your computer and use it in GitHub Desktop.
services:
conduit:
container_name: conduit
image: ghcr.io/pi0/conduit
restart: unless-stopped
command: ["start", "-b", "40", "-m", "250", "-v", "-s"]
volumes:
- conduit-data:/data
volumes:
conduit-data:
@pi0
Copy link
Copy Markdown
Author

pi0 commented Jan 24, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment