File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,26 +14,26 @@ A sample Nginx configuration for using it as a *FastCGI* backend is also [provid
14
14
15
15
### Available tags
16
16
17
- - ` openquake/qgis-server:latest ` | ` openquake/qgis-server:3 ` | ` openquake/qgis-server:3.4 ` | ` openquake/qgis-server:3.4.1 ` | ` openquake/qgis-server:3.4.2 ` : Based on latest ** QGIS 3.4**
17
+ - ` openquake/qgis-server:latest ` | ` openquake/qgis-server:3 ` | ` openquake/qgis-server:3.4 ` | ` openquake/qgis-server:3.4.1 ` | ` openquake/qgis-server:3.4.2 ` | ` openquake/qgis-server:3.4.3 ` : Based on latest ** QGIS 3.4**
18
18
- ` openquake/qgis-server:3.2 ` | ` openquake/qgis-server:3.2.3 ` : Based on ** QGIS 3.2**
19
19
20
20
Example:
21
21
22
22
``` bash
23
- $ docker pull openquake/qgis-server:3.4.2
23
+ $ docker pull openquake/qgis-server:3.4
24
24
```
25
25
26
26
### Build the container
27
27
28
28
``` bash
29
- $ docker build --rm=true -t openquake/qgis-server:3.4.2 -f Dockerfile .
29
+ $ docker build --rm=true -t openquake/qgis-server:3.4 -f Dockerfile .
30
30
```
31
31
You may skip this step. The container will be downloaded from the Docker Hub.
32
32
33
33
### Run the docker and map host data
34
34
35
35
```
36
- $ docker run -v $(pwd)/data:/io/data -v $(pwd)/plugins:/io/plugins --name qgis-server -d -p 8010:80 openquake/qgis-server:3.4.2
36
+ $ docker run -v $(pwd)/data:/io/data -v $(pwd)/plugins:/io/plugins --name qgis-server -d -p 8010:80 openquake/qgis-server:3.4
37
37
```
38
38
39
39
` WMS ` and ` WFS ` will be published at ` http://localhost:8010/ogc/<project_name> ` .
@@ -59,7 +59,7 @@ where `qgis-server` is the name of the container.
59
59
Default log level is set to ` warning ` . Log level can be increased during container deployment passing the ` -e QGIS_SERVER_LOG_LEVEL=0 ` option:
60
60
61
61
```
62
- $ docker run -e QGIS_SERVER_LOG_LEVEL=0 -v $(pwd)/data:/io/data -v $(pwd)/plugins:/io/plugins --name qgis-server -d -p 8010:80 openquake/qgis-server:3.4.2
62
+ $ docker run -e QGIS_SERVER_LOG_LEVEL=0 -v $(pwd)/data:/io/data -v $(pwd)/plugins:/io/plugins --name qgis-server -d -p 8010:80 openquake/qgis-server:3.4
63
63
```
64
64
65
65
### Run the docker and map host data (via docker-compose)
You can’t perform that action at this time.
0 commit comments