From ed06dfdfbb91a9181cc18f66e05b457401560513 Mon Sep 17 00:00:00 2001 From: Joseph Juhnke Date: Sat, 11 Mar 2017 22:25:06 -0600 Subject: [PATCH] Update Readme.MD to reflect filename change There is no longer a yml file named personal_food_computer_v2.yml so I updated the instructions. :-) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3aa161e..aa97c00 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ command. There are 2 docker-compose files in this repository: These can be used as follows: - docker-compose -f personal_food_computer_v2.yml up -d + docker-compose -f docker-compose.yml up -d 2 Docker containers will be started in the background and will persist across reboots. (Note if you don't have your Arduino connected, you will see an error. @@ -118,4 +118,4 @@ docker container: docker restart openagbraindockerrpi_brain_1 **This will destroy the old database** and load configuration from the fixtures -stored in the openag_brain image. \ No newline at end of file +stored in the openag_brain image.