self-hosted/webdav/docker-compose.yml
Lorenzo Carbonell e3d5dc9039 improved nginx
2022-02-20 09:53:45 +01:00

11 lines
213 B
YAML

version: '3'
services:
webdav:
build: .
image: atareao/webdav:v2.0
container_name: webdav
restart: unless-stopped
volumes:
- ./share:/share
- ./htpasswd:/opt/nginx/conf/.htpasswd