chore(deps): update bitnami/tomcat docker tag to v10.1.31 (#2311)

* chore(deps): update bitnami/tomcat docker tag to v10.1.31

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-10-18 12:05:20 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 327a37b5a8
commit 673a354504
4 changed files with 1 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
nexus:
image: bitnami/tomcat:10.1.31
restart: always
container_name: ${CONTAINER_NAME}
environment:
- TOMCAT_PASSWORD=${TOMCAT_PASSWORD}
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ./data:/bitnami/tomcat
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true