Skip to content
Snippets Groups Projects

Basic docker stack to build and serve Mirador

Closed David Beniamine requested to merge 2_serves_local_files into main
All threads resolved!
3 files
+ 10
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
2
# host port
PORT=
PORT=8080
# container restart policy
RESTART=
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