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.
Purpose of this image is to provide prebuilt image of XWiki project Version: 8.4.1
This image needs mysql image linked with container name of mysql This image exposes port 80
You can create volumes for data persistence
version: '2.4'
services:
mysql:
image: mysql:5.5
environment:
MYSQL_ROOT_PASSWORD: root
xwiki:
image: nfqlt/xwiki
links:
- mysql
ports:
- "80:80"
Content type
Image
Digest
Size
437.1 MB
Last updated
over 6 years ago
docker pull nfqlt/xwiki