mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
11 lines
207 B
YAML
11 lines
207 B
YAML
version: "3"
|
|
services:
|
|
webdav:
|
|
image: stilleshan/webdav
|
|
container_name: webdav
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
# - ./config.yml:/config.yml
|
|
- /data:/data
|
|
restart: always |