Mercurial > dive4elements > river
diff artifacts/doc/conf/rest-server.xml @ 9736:492f8e615c38 3.2.x
Docker-friendly default configuration
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 25 Jul 2022 12:30:42 +0200 |
parents | 5aa05a7a34b7 |
children |
line wrap: on
line diff
--- a/artifacts/doc/conf/rest-server.xml Mon Jul 25 11:48:32 2022 +0200 +++ b/artifacts/doc/conf/rest-server.xml Mon Jul 25 12:30:42 2022 +0200 @@ -2,5 +2,5 @@ <rest-server> <!-- The port which the ArtifactDatabase (ArtifactServer) will bind to. --> <port>8181</port> - <listen>localhost</listen> + <listen>0.0.0.0</listen> </rest-server>