services: s-ui: image: ghcr.io/admin8800/s-ui:latest container_name: s-ui hostname: "s-ui" volumes: - "./db:/app/db" - "./cert:/app/cert" tty: true restart: unless-stopped ports: - "2095:2095" - "2096:2096" networks: - s-ui entrypoint: "./entrypoint.sh"