Dockge not finding build path

Hey everyone!
I’m pretty new to truenas and this is my first big home server (yay!)
I’m running radarr and sonarr and I have an API I made to interface with them through get and post requests (I know there are already things like that but I want to make my own :D)
And so I wanted to convert this api to a docker compose service.

However, after following some tutorials on this, when I go to deploy the container I get the error “unable to prepare context: path “/mnt/storage/dockge/media-api” not found”

Please offer any insight you have!
And if you need me to share more info just say so and I will!

Thanks!!

The general method I’ve found to work is:

  • Create the Compose YAML in Dockge
  • Save it, but do not deploy yet
  • Find the directory in which it’s saved
  • Create your Dockerfile in that directory
  • Deploy the stack using Dockge.

Described in more detail here, using Caddy as an example: