Files
hypermind/docker-compose.yml
T

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