Files
s-ui/docker-compose.yml
2026-05-10 16:59:36 +08:00

12 lines
270 B
YAML

services:
s-ui:
image: ghcr.io/admin8800/s-ui
container_name: s-ui
hostname: "s-ui"
network_mode: host
volumes:
- "./db:/app/db"
- "./cert:/app/cert"
tty: true
restart: unless-stopped
entrypoint: "./entrypoint.sh"