From 0f16c43f219240d22be28dc5cbe1efba6554d941 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Wed, 29 Apr 2020 14:16:59 +0100 Subject: [PATCH] Add link to docker tips wiki page to Docker.md --- DOCKER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCKER.md b/DOCKER.md index 3df0f7d345..65f6815425 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -52,3 +52,5 @@ The default admin user is 'ofn@example.com' with 'ofn123' password. Check the app in the browser at `http://localhost:3000`. You will then get the trace of the containers in the terminal. You can stop the containers using Ctrl-C in the terminal. + +You can find some useful tips and commands [here](https://github.com/openfoodfoundation/openfoodnetwork/wiki/Docker:-useful-tips-and-commands).