You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the README for "Setup with Docker" the example shows -v <path to recipes>:/app/recipes while in the docker-compose.yml example it shows - ferdium-recipes-vol:/app/build/recipes.
Which of the 2 paths should be used for the recipes?
you can login into the container with docker compose exec <ferdium> sh and ls into the two directories to figure out.
in short, tldr: <host-path-or-volume-name>:/app/recipes
On the README for "Setup with Docker" the example shows
-v <path to recipes>:/app/recipes
while in the docker-compose.yml example it shows- ferdium-recipes-vol:/app/build/recipes
.Which of the 2 paths should be used for the recipes?
README: https://github.com/ferdium/ferdium-server#deploying-the-app
DOCKER COMPOSE: https://github.com/ferdium/ferdium-server/blob/main/docker/docker-compose.yml
The text was updated successfully, but these errors were encountered: