docker image for running https://wikindx.sourceforge.io/
Go to file
Dominik Meyer b98fdcfd76
ADD: divided application and configuration directory
2021-06-05 13:36:15 +02:00
Dockerfile ADD: divided application and configuration directory 2021-06-05 13:36:15 +02:00
LICENSE ADD: initial commit 2021-01-16 20:31:03 +01:00
README.md ADD: updated readme 2021-01-16 20:45:48 +01:00
create.sql ADD: first version of the Dockerfile 2021-01-16 20:44:14 +01:00
docker-entrypoint-wikindx ADD: divided application and configuration directory 2021-06-05 13:36:15 +02:00

README.md

docker-wikindx

Description

This repository contains everything required to build a docker image for run https://wikindx.sourceforge.io/ under docker.

The documentation and the Dockerfile are work in progress.

The main git repository for this project is: https://gitea.federationhq.de/byterazor/docker-wikindx

Restrictions

At the moment only a mysql server within this container can be used. No support for external database server is available at the moment.

Therefore, the local database is not exposed to the outside and runs on unsecure default credentials right now!

Author

License

The Dockerfile and related files in this repository are licensed under the GPLv3.

Install

Docker hub

  • docker pull byterazor/wikindx:latest
  • docker run -p 8080:80 -v /tmp/data:/var/lib/mysql -v /tmp/wikindx:/var/www/html/wikindx

Then connect to localhost:8080.

from repository

Then connect to localhost:8080.