self-hosted/webdav/docker-compose.yml

11 lines
213 B
YAML
Raw Normal View History

2022-01-31 07:23:41 +01:00
version: '3'
services:
webdav:
2022-02-04 05:53:18 +01:00
build: .
2022-02-20 09:53:45 +01:00
image: atareao/webdav:v2.0
2022-01-31 07:23:41 +01:00
container_name: webdav
restart: unless-stopped
volumes:
- ./share:/share
2022-02-20 09:53:45 +01:00
- ./htpasswd:/opt/nginx/conf/.htpasswd