diff --git a/webdav/compose.yml b/webdav/compose.yml index b31819c..9e89180 100644 --- a/webdav/compose.yml +++ b/webdav/compose.yml @@ -1,4 +1,4 @@ - services: +services: nginxwebdav: container_name: nginxwebdav image: dgraziotin/nginx-webdav-nononsense @@ -14,7 +14,7 @@ networks: - reverse-proxy ports: - - 3280:80 + - 3280:80 restart: always volumes: - ${DOCKER_CONFIGS}/data:/data