Files
embyx/docker-compose.yml
T
juneix 0ae9155c2f v1.0
2026-03-07 13:01:39 +08:00

10 lines
251 B
YAML

services:
embyx:
image: ghcr.io/juneix/embyx:latest
container_name: embyx
restart: unless-stopped
network_mode: host
environment:
- APP_LANG=zh # zh (中文), en (English)
- APP_PORT=8090 # 访问端口 (Access Port)