Skip to content

Commit b994990

Browse files
committed
Update README [skip ci]
1 parent d2f8e76 commit b994990

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ A sample Nginx configuration for using it as a *FastCGI* backend is also [provid
1414

1515
### Available tags
1616

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**
1818
- `openquake/qgis-server:3.2` | `openquake/qgis-server:3.2.3`: Based on **QGIS 3.2**
1919

2020
Example:
2121

2222
```bash
23-
$ docker pull openquake/qgis-server:3.4.2
23+
$ docker pull openquake/qgis-server:3.4
2424
```
2525

2626
### Build the container
2727

2828
```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 .
3030
```
3131
You may skip this step. The container will be downloaded from the Docker Hub.
3232

3333
### Run the docker and map host data
3434

3535
```
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
3737
```
3838

3939
`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.
5959
Default log level is set to `warning`. Log level can be increased during container deployment passing the `-e QGIS_SERVER_LOG_LEVEL=0` option:
6060

6161
```
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
6363
```
6464

6565
### Run the docker and map host data (via docker-compose)

0 commit comments

Comments
 (0)