You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@ docker compose up -d
266
266
267
267
You should see the "Rails version: ... and Ruby version: ..." page in your browser. If not, please check if your installation satisfies Rails's requirements.
268
268
269
-
Blocked host: must add the contents of ```./rails/config/environments/development.rb``` with the following:
269
+
Blocked hosts: must add the contents of ```./rails/config/environments/development.rb``` with the following:
270
270
271
271
```config.hosts << "example.com"``` then ```docker container restart rails```
272
272
@@ -315,7 +315,7 @@ then ```docker container restart rails```
315
315
316
316
#### Redis
317
317
318
-
add the configuration in the relevant ```./rails/config/environments/*.rb``` file:
318
+
add the configuration in the relevant ```./rails/config/environments/development.rb``` file:
0 commit comments