Skip to content

BundesIT/twiki-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TWiki-Docker

A Dockerized TWiki

USAGE

All Data will be stored under /data. You should attach some external storage there -v /mnt/twiki:/data

The following environment variables are parsed and used at the moment

VAR default description
ADMIN_PW changeme Administrator Password
URL_HOST http://localhost:80 Full URL ( as received by the webserver )
SCRIPT_PATH /bin URI Path to "bin"
PUP_PATH /pub URI Path to "pub"

Example

docker run  -dt -p 8080:80 -v /home/data/:/data -e URL_HOST=http://10.11.12.13:8080/ -e ADMIN_PW=pass1234 twiki

About

Docker container for Twiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages