├── Dockerfile ├── LICENSE ├── README.md ├── nginx.conf ├── start.sh └── supervisord.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/istepanov/docker-dokuwiki/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/istepanov/docker-dokuwiki/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/istepanov/docker-dokuwiki/HEAD/README.md -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/istepanov/docker-dokuwiki/HEAD/nginx.conf -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/istepanov/docker-dokuwiki/HEAD/start.sh -------------------------------------------------------------------------------- /supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/istepanov/docker-dokuwiki/HEAD/supervisord.conf --------------------------------------------------------------------------------