Skip to content

Commit 6ca57d0

Browse files
committed
Update README.md
1 parent a144b0f commit 6ca57d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ docker compose up -d
266266

267267
You should see the "Rails version: ... and Ruby version: ..." page in your browser. If not, please check if your installation satisfies Rails's requirements.
268268

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:
270270

271271
```config.hosts << "example.com"``` then ```docker container restart rails```
272272

@@ -315,7 +315,7 @@ then ```docker container restart rails```
315315

316316
#### Redis
317317

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:
319319

320320
```config.cache_store = :redis_cache_store, { url: 'redis' }```
321321

0 commit comments

Comments
 (0)