Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.33 KB

File metadata and controls

33 lines (24 loc) · 1.33 KB

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