To use this container, you should prepare these volumes:
Contained 2 files:
authz
a authz file to control the access to your subversion repositories
htpasswd
a htpasswd file to manage the users for this subversion system
All svn data is stored in this volume
Only check while environment variable "SVN_SSL_ENABLED" be set to "1".
There have openssl generated certificate files: cert.pem
and cert.key
.
- 80
- 443
docker run --restart=always -d -p 80:80 -v /root/docker-subversion/dav_svn:/etc/apache2/dav_svn -v /root/docker-subversion/svn:/var/lib/svn starofrainnight/subversion