3liz / py-qgis-server

QGIS embbeded WMS/WFS/WCS asynchronous scalable http server
https://docs.3liz.org/py-qgis-server
Mozilla Public License 2.0
68 stars 16 forks source link

Add a QuickStart mode #55

Closed rldhont closed 1 year ago

rldhont commented 1 year ago

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 1 year ago

Fixed with 794ca8a2c114557ec2eb0257eb04db94535fa2d3

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

dmarteau commented 1 year ago

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