1
0

chore(deps): update ghcr.io/gethomepage/homepage docker tag to v1.10.1 (#3891)

This commit is contained in:
renovate[bot]
2026-02-05 17:04:36 +00:00
committed by GitHub
parent 466a393995
commit e4b65b9290
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="homepage"
PANEL_APP_PORT_HTTP="40207"

View File

@@ -0,0 +1,13 @@
additionalProperties:
formFields:
- default: 40207
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,21 @@
services:
homepage:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- ./data/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- PUID=1000
- PGID=1000
image: ghcr.io/gethomepage/homepage:v1.10.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@@ -0,0 +1,3 @@
#!/bin/bash
chown -R 1000:1000 data