Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 366 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 366 Bytes

Trac

Simple docker image for Trac with MySQL and PostgreSQL support and TracAccountManager installed, built on the official python2.7 image.

Usage

docker run --rm ghudiczius/trac:<VERSION> \
  -p 8000:8000 \
  -v path/to/data:/data

or

docker run --rm registry.gitlab.jmk.hu/web/trac:<VERSION> \
  -p 8000:8000 \
  -v path/to/data:/data