Paperwork - OpenSource note-taking & archiving (twostairs/paperwork)
3.6K
Based off of Tomohisa Kusano's Paperwork Dockerfile and related setup.
This container assumes that you have a MySQL DB provisioned outside of the container, like in a separate docker instance. Provide the necessary configuration, like DB Credentials during the Paperwork setup process.
docker create --name paperwork \
-p 80:80 \
tpaulus/paperwork-docker
The start the container via:
docker start paperwork
If you are building the image from the source Dockerfile, run the following command to build the image. This can take a little depending on your network connection, and the horsepower of the building system.
docker build https://github.com/tpaulus/paperwork-docker -t tpaulus/paperwork-docker
Content type
Image
Digest
Size
465.7 MB
Last updated
over 9 years ago
docker pull tpaulus/paperwork-docker