mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
13 lines
209 B
YAML
13 lines
209 B
YAML
version: "3"
|
|
services:
|
|
zfile:
|
|
image: stilleshan/zfile
|
|
container_name: zfile
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- ./conf:/root/.zfile
|
|
- ./data:/root/zfile/data
|
|
restart: always
|
|
|