1
0

chore(deps): update linuxserver/keepassxc docker tag to v2.7.11 (#3186)

This commit is contained in:
renovate[bot]
2025-12-29 00:30:20 +00:00
committed by GitHub
parent 58faab8a2a
commit c9641238b2
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
services:
keepassxc:
container_name: ${CONTAINER_NAME}
image: linuxserver/keepassxc:2.7.11
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
environment:
- TZ=Asia/Shanghai
- PUID=1000
- PGID=1000
volumes:
- ./config:/config
- ./db:/db
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true