chore(deps): update kingwrcy/mblog docker tag to v1.1.0 (#242)

* chore(deps): update kingwrcy/mblog docker tag to v1.1.0

* Update app version

---------

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]
2023-07-21 15:25:11 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 2b2dc54dc5
commit 9793cb2aaf
2 changed files with 1 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
additionalProperties:
formFields:
- default: 38321
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 应用端口
required: true
rule: paramPort
type: number
+19
View File
@@ -0,0 +1,19 @@
version: '3'
services:
halo:
image: kingwrcy/mblog:1.1.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
- ./data:/opt/mblog
environment:
DB_TYPE: -sqlite
ports:
- ${PANEL_APP_PORT_HTTP}:38321
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true