Files
docker-xwiki-jetty/README.md
DigitalLumberjack e0af61c2eb added wiki context
2016-03-03 22:17:17 +01:00

10 lines
294 B
Markdown

# docker-xwiki
Create a xwiki instance with jetty webserver
Use the following ENV when running :
- MYSQL_USER : the mysql user
- MYSQL_PASSWORD : the mysql password
- MYSQL_HOST : the hostname of the linked database container
- WIKI_CONTEXT : the context of the website (ROOT for no context)