chore(deps): update requarks/wiki docker tag to v2.5.305 (#2290)

* chore(deps): update requarks/wiki docker tag to v2.5.305

* 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-14 14:00:37 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 7387878c4b
commit 5d09ccc4a5
2 changed files with 1 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
wiki:
image: requarks/wiki:2.5.305
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
environment:
DB_TYPE: ${PANEL_DB_TYPE}
DB_HOST: ${PANEL_DB_HOST}
DB_PORT: ${PANEL_DB_PORT}
DB_USER: ${PANEL_DB_USER}
DB_PASS: ${PANEL_DB_USER_PASSWORD}
DB_NAME: ${PANEL_DB_NAME}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true