Skip to content

Commit 10cfdef

Browse files
committed
Update README.md
1 parent d5bef87 commit 10cfdef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ docker compose up -d
214214

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

217-
Blocked host: must add the contents of config/environments/development.rb with the following:
217+
Blocked host: must add the contents of ```./rails/config/environments/development.rb``` with the following:
218218

219219
```config.hosts << "example.com"``` then ```docker container restart rails```
220220

@@ -233,7 +233,7 @@ add or remove code in the ```./webserver/templates/nginx.conf.template``` file f
233233

234234
#### Database
235235

236-
Replace the contents of config/database.yml with the following:
236+
Replace the contents of ```./rails/config/database.yml``` with the following:
237237

238238
```
239239
default: &default
@@ -259,7 +259,7 @@ test:
259259

260260
#### Redis
261261

262-
add the configuration in the relevant config/environments/*.rb file:
262+
add the configuration in the relevant ```./rails/config/environments/*.rb``` file:
263263

264264
```config.cache_store = :redis_cache_store, { url: 'redis' }```
265265

0 commit comments

Comments
 (0)