Skip to content

Commit 29f292c

Browse files
committed
Simplify docker usage section in README
1 parent 5000d59 commit 29f292c

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -104,24 +104,8 @@ API documentation:
104104
Docker usage
105105
------------
106106

107-
To run this docker image you will need a PostGIS database. For testing purposes you can use the demo DB.
107+
See sample [docker-compose.yml](https://github.com/qwc-services/qwc-docker/blob/master/docker-compose-example.yml) of [qwc-docker](https://github.com/qwc-services/qwc-docker).
108108

109-
The following steps explain how to download the demo DB docker image and how to run the `qwc-mapinfo-service` service with `docker-compose`.
110-
111-
**Step 1: Clone qwc-docker**
112-
113-
git clone https://github.com/qwc-services/qwc-docker
114-
cd qwc-docker
115-
116-
**Step 2: Create docker-compose.yml file**
117-
118-
cp docker-compose-example.yml docker-compose.yml
119-
120-
**Step 3: Start docker containers**
121-
122-
docker-compose up qwc-mapinfo-service
123-
124-
For more information please visit: https://github.com/qwc-services/qwc-docker
125109

126110
Development
127111
-----------

0 commit comments

Comments
 (0)