1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 18:49:40 +08:00
1Panel-Appstore/zfile/4.3.0/docker-compose.yml
renovate[bot] b1ee499287 chore(deps): update zhaojun1998/zfile docker tag to v4.3.0 (#3998)
* chore(deps): update zhaojun1998/zfile docker tag to v4.3.0

* 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>
2025-05-25 22:33:10 +08:00

19 lines
414 B
YAML

services:
zfile:
image: zhaojun1998/zfile:4.3.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "./data/db:/root/.zfile-v4/db"
- "./data/logs:/root/.zfile-v4/logs"
- "./data/mnt:/data/file"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true