3liz/py-qgis-server

Add a QuickStart mode

rldhont opened this issue · 2 comments

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

Fixed with 794ca8a

Allow starting server as: docker run -p 8080:8080 [--user <uid>[:<gid>]] -v /path/to/qgis/projects:/qgis-data

The major feature is the support for the --user option.