From 16eb9888a69bf35ead5603966cca40c44ca66c17 Mon Sep 17 00:00:00 2001 From: decentral1se <1991377+decentral1se@users.noreply.github.com> Date: Fri, 18 Feb 2022 16:15:59 +0100 Subject: [PATCH] Also note login details in docker development docs --- doc/SETUP_DEVELOPMENT_DOCKER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/SETUP_DEVELOPMENT_DOCKER.md b/doc/SETUP_DEVELOPMENT_DOCKER.md index d11e2eb4..1fdf9da6 100644 --- a/doc/SETUP_DEVELOPMENT_DOCKER.md +++ b/doc/SETUP_DEVELOPMENT_DOCKER.md @@ -62,6 +62,8 @@ Start containers (in foreground, stop them with `Ctrl-C`) docker-compose-dev up +(Login using the default credentials: `admin/secret`) + Run a rails/rake command docker-compose-dev run --rm foodsoft bundle exec rake db:migrate