arevindh / webdav

derkades/webdav but the User ID is 1000 - a webdav server in Docker

Home Page:https://hub.docker.com/r/gdr1/webdav1000

Repository from Github https://github.comarevindh/webdavRepository from Github https://github.comarevindh/webdav

A dockeriezd WebDAV server based on Nginx. Example usage:

services:
  webdav:
    image: ghcr.io/arevindh/webdav/webdav:latest
    volumes:
      - /home/webdav-container:/data
    ports:
      - '8418:80'
    environment:
      USERNAME: user
      PASSWORD: acLy_QCw1pynL
      TZ: Europe/London # Specify a timezone to use
      PUID: 1000 # User ID to run as
      PGID: 1000 # Group ID to run as
    restart: unless-stopped

Always runs as user 1000, hard coded. This makes it compatible with linuxserver.io containers.

About

derkades/webdav but the User ID is 1000 - a webdav server in Docker

https://hub.docker.com/r/gdr1/webdav1000

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 100.0%