Mercurial > dive4elements > river
comparison docker/README @ 9747:cfc0aab9947f 3.2.x
Enable bind-mounting client configuration in docker container
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 05 Sep 2022 17:55:32 +0200 |
parents | 1a1e627b1483 |
children | 7227621f8496 |
comparison
equal
deleted
inserted
replaced
9746:1a1e627b1483 | 9747:cfc0aab9947f |
---|---|
1 Configure: | 1 Configure: |
2 _ Change 'localhost' to the hostname of your docker host in | 2 _ Change 'localhost' to the hostname of your docker host in |
3 artifacts/doc/conf/floodmap.xml and artifacts/doc/conf/rivermap.xml | 3 artifacts/doc/conf/floodmap.xml and artifacts/doc/conf/rivermap.xml |
4 _ Change 'example.com' to the hostname of your docker host plus ':8082' in | 4 _ Change 'example.com' to the hostname of your docker host plus ':8082' in |
5 artifacts/doc/conf/conf.xml | 5 artifacts/doc/conf/conf.xml |
6 _ Add to gwt-client/src/main/webapp/WEB-INF/config.yaml to enable map printing: | 6 _ Add to gwt-client/config/mapfish/config.yaml to enable map printing: |
7 - !dnsMatch | 7 - !dnsMatch |
8 host: <your-host> | 8 host: <your-host> |
9 port: 8081 | 9 port: 8081 |
10 | 10 |
11 | 11 |