File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,8 @@ test:
305305 database: myapp_test
306306```
307307
308+ then ``` docker container restart rails ```
309+
308310[ https://guides.rubyonrails.org/active_record_multiple_databases.html#setting-up-your-application ] ( https://guides.rubyonrails.org/active_record_multiple_databases.html#setting-up-your-application )
309311
310312[ https://mariadb.com/kb/en/configuring-mariadb-with-option-files/ ] ( https://mariadb.com/kb/en/configuring-mariadb-with-option-files/ )
@@ -317,6 +319,8 @@ add the configuration in the relevant ```./rails/config/environments/*.rb``` fil
317319
318320``` config.cache_store = :redis_cache_store, { url: 'redis' } ```
319321
322+ then ``` docker container restart rails ```
323+
320324[ https://guides.rubyonrails.org/caching_with_rails.html#activesupport-cache-rediscachestore ] ( https://guides.rubyonrails.org/caching_with_rails.html#activesupport-cache-rediscachestore )
321325
322326### phpMyAdmin
You can’t perform that action at this time.
0 commit comments