Sign inSign up

nfqlt/xwiki

By nfqlt

Updated over 6 years ago

Image
0

1.9K

nfqlt/xwiki repository overview

NOTE: This image is intended to be used with nfqlt/docker vagrant box and other nfqlt docker images. Other use scenarios might work but are not tested yet.

XWiki

Info

Purpose of this image is to provide prebuilt image of XWiki project Version: 8.4.1

Configuration

This image needs mysql image linked with container name of mysql This image exposes port 80

Environment variables
  • NFQ_MYSQL_ROOT_PASS: root passwords of mysql image
Volumes

You can create volumes for data persistence

  • /root/xwiki/data/storage/xwiki attachments storage
Sample configuration
version: '2.4'
services:
  mysql:
    image: mysql:5.5
    environment:
      MYSQL_ROOT_PASSWORD: root


  xwiki:
    image: nfqlt/xwiki
    links:
      - mysql
    ports:
      - "80:80"

Tag summary

Content type

Image

Digest

Size

437.1 MB

Last updated

over 6 years ago

docker pull nfqlt/xwiki