A Dockerized TWiki
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" |
docker run -dt -p 8080:80 -v /home/data/:/data -e URL_HOST=http://10.11.12.13:8080/ -e ADMIN_PW=pass1234 twiki