Add a QuickStart mode
rldhont opened this issue · 2 comments
rldhont commented
Add to the Readme the minimum docker command line to quickliy start py-qgis-server.
Something like docker run -p 8080:8080 -v /path/to/qgis/projects:/projects 3liz/qgis-map-server
dmarteau commented
Fixed with 794ca8a
Allow starting server as: docker run -p 8080:8080 [--user <uid>[:<gid>]] -v /path/to/qgis/projects:/qgis-data
dmarteau commented
The major feature is the support for the --user
option.