hyperchat/docker/no_electron/docker-compose.yml

10 lines
199 B
YAML

version: '3'
services:
hyperchat-mini:
image: hyperchat-mini
ports:
- "16100:16100"
volumes:
- "~/Documents/HyperChat:/root/Documents/HyperChat"
restart: unless-stopped