12 lines
270 B
YAML
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" |