fix(getting-started): added mount for recipes to docker-compose

This commit is contained in:
Ethan Holz
2023-11-20 11:04:06 -05:00
parent 4e52ce2720
commit 924c7a0861

View File

@@ -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"