1
0

chore(deps): update itushan/mtab docker tag to v2.9.3 (#2879)

This commit is contained in:
renovate[bot]
2025-12-10 01:46:09 +00:00
committed by GitHub
parent cebf310041
commit 23a2231294
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
services:
mtabserver:
image: itushan/mtab:2.9.3
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
user: "0"
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- "./data:/app"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true