From cb2f510fc6f59086244df3300ab70558ead549d1 Mon Sep 17 00:00:00 2001 From: Ryan Williams <49515+ryanwi@users.noreply.github.com> Date: Tue, 28 Sep 2021 15:59:44 -0700 Subject: [PATCH] Add link to rails 6 example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2f1a12d..67a4e54 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This app demonstrates Rails 7 with PostgreSQL, import maps, turbo, stimulus and hotwire, all running in Docker. +**NOTE:** [There is also an example Rails 6 application working in Docker with Webpacker](https://github.com/ryanwi/rails-on-docker) + + ## Initial setup ``` docker compose build