Skip to content
Snippets Groups Projects

Basic docker stack to build and serve Mirador

Files

# host port
PORT=8080
# container restart policy
RESTART=unless-stopped
# HTTP folder, will be served at http://localhost:$PORT/data
# use absolute path or relative path starting with ./
HTTP_FOLDER=./www
Loading