Skip to content

ansrivas/documize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

documize


DockerPulls Docker Build Status

A non-official documize docker container

Example:

An example docker-compose file is included in the _examples directory.

  • Change the username-password details in env.list file

  • Make persistent volume for the postgres container using this command:

    docker volume create --name=pgdata

  • Now run

docker-compose -f _examples/docker-compose.yml