Tidak Ada Deskripsi

digitalLumberjack 3380efa377 Merge pull request #1 from Febbweiss/alpine 9 tahun lalu
config cbab40e5d3 first shot 9 tahun lalu
Dockerfile ea63c5f7e6 Optimization : 9 tahun lalu
README.md 69488bb4c4 added smtp support 9 tahun lalu
start.sh ea63c5f7e6 Optimization : 9 tahun lalu

README.md

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)
  • ADMIN_EMAIL : the email of the administrator
  • SMTP_HOST : smtp host to send email from
  • SMTP_PROTOCOL : smtp protocol (tls, ssl, unsecure)
  • SMTP_LOGIN : the smtp login (empty if no login needed)
  • SMTP_PASSWORD : the smtp password (empty if no login needed)