1
0

chore(deps): update mariadb docker tag to v11.8.6 (#3958)

This commit is contained in:
renovate[bot]
2026-02-10 15:01:04 +00:00
committed by GitHub
parent 5c9ccf1bf8
commit f8d5f84e83
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
networks:
1panel-network:
external: true
services:
mariadb:
image: mariadb:11.8.6
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3306
volumes:
- ${MARIADB_ROOT_PATH}/data:/var/lib/mysql
- ${MARIADB_ROOT_PATH}/config/my.cnf:/etc/mysql/my.cnf