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

9 lines
183 B
YAML

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