From 924c7a0861c24dfa4f8d3a30cbe6f0199ba1be90 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Mon, 20 Nov 2023 11:04:06 -0500 Subject: [PATCH] fix(getting-started): added mount for recipes to docker-compose --- src/content/docs/getting-started.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx index 207578b..b7050f9 100644 --- a/src/content/docs/getting-started.mdx +++ b/src/content/docs/getting-started.mdx @@ -176,6 +176,8 @@ You will then need to install the farmer on the management server. The farmer is - FARMERINTERFACE=0.0.0.0 volumes: - ./local/farmer:/etc/grlx + # This is where the farmer whill store its recipes + - ./local/data:/srv/grlx ports: - "5405:5405" - "5406:5406"