1
0

chore(deps): update alireza7/s-ui docker tag to v1.4.0 (localApps) (#4422)

This commit is contained in:
renovate[bot]
2026-03-09 13:58:21 +00:00
committed by GitHub
parent 20af9bd9a9
commit 89c4de8abc
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
s-ui:
image: alireza7/s-ui:v1.4.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
tty: true
ports:
- ${PANEL_APP_PORT_HTTP}:2095
- ${PANEL_APP_PORT_API}:2096
volumes:
- ${S_UI_ROOT_PATH}/db:/app/db
- ${S_UI_ROOT_PATH}/cert:/app/cert
environment:
- TZ=Asia/Shanghai
- SUI_LOG_LEVEL=info
- SUI_DEBUG=false