]> git.openstreetmap.org Git - rails.git/blobdiff - DOCKER.md
Update Docker instructions to avoid copying entire settings file
[rails.git] / DOCKER.md
index 74e5f57b6a455962f2a1010a3160ce7674e76957..2350684593143643d670ce6455622d3ced9cdb50 100644 (file)
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -27,9 +27,11 @@ Now change working directory to the `openstreetmap-website`:
 
     cp config/docker.database.yml config/database.yml
 
-### App configuration
+## Prepare local settings file
 
-    cp config/settings.yml config/settings.local.yml
+This is a workaround. [See issues/2185 for details](https://github.com/openstreetmap/openstreetmap-website/issues/2185#issuecomment-508676026).
+
+    touch config/settings.local.yml
 
 ### Installation