Files
hypermind/docker-compose.yml
T
2026-01-02 20:35:17 +00:00

10 lines
207 B
YAML

services:
hypermind:
image: ghcr.io/lklynet/hypermind:latest
container_name: hypermind
network_mode: host
restart: unless-stopped
environment:
- PORT=3000
- MAX_PEERS=10000