]> git.openstreetmap.org Git - rails.git/blobdiff - DOCKER.md
Fix mismatched quote and pluralization
[rails.git] / DOCKER.md
index 74e5f57b6a455962f2a1010a3160ce7674e76957..0c5bee35c07d5055d1d1a0939ca15090ee361255 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
 
@@ -50,7 +52,7 @@ This will launch one Docker container for each 'service' specified in `docker-co
 
 ### Migrations
 
-While the `db' service is running, open another terminal windows and run:
+While the `db` service is running, open another terminal window and run:
 
     docker-compose run --rm web rake db:migrate