Skip to content

takeyamajp/docker-dav-svn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dav-svn

Star this repository if it is useful for you.
Docker Stars Docker Pulls license

Supported tags and respective Dockerfile links

Image summary

FROM rockylinux:9  
MAINTAINER "Hiroki Takeyama"

ENV TIMEZONE Asia/Tokyo

ENV REQUIRE_SSL true

ENV HTTPD_LOG true  
ENV HTTPD_LOG_LEVEL warn

ENV SVN_REPOSITORY dev  
ENV CREATE_BASIC_DIRECTORY_STRUCTURE true  
ENV SVN_USER user1,user2  
ENV SVN_PASSWORD password1,password2

VOLUME /svn

EXPOSE 80  
EXPOSE 443

About

Subversion Server over WebDAV Protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published