Files
s-ui/docker-compose.yml
T

12 lines
270 B
YAML
Raw Permalink Normal View History

2026-05-10 06:41:44 +00:00
services:
s-ui:
2026-05-10 16:59:36 +08:00
image: ghcr.io/admin8800/s-ui
2026-05-10 06:41:44 +00:00
container_name: s-ui
hostname: "s-ui"
2026-05-10 16:59:36 +08:00
network_mode: host
2026-05-10 06:41:44 +00:00
volumes:
- "./db:/app/db"
- "./cert:/app/cert"
tty: true
restart: unless-stopped
2026-05-10 16:59:36 +08:00
entrypoint: "./entrypoint.sh"