mirror of
https://github.com/lklynet/hypermind.git
synced 2026-05-03 09:30:36 +00:00
9 lines
183 B
YAML
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
|