dockerfiles/zfile/docker-compose.yml

12 lines
211 B
YAML
Raw Normal View History

2021-06-13 15:15:53 +08:00
version: "3"
services:
zfile:
image: stilleshan/zfile
container_name: zfile
ports:
- 8080:8080
volumes:
2022-07-10 22:53:40 +08:00
- ./conf:/root/.zfile-v4
2021-06-13 15:15:53 +08:00
- ./data:/root/zfile/data
restart: always