Originally I was getting the following error:
external volume "caddy_data" not found
So I created the volume with this command:
sudo docker volume create caddy_data
Then it errored on the n8n_data volume so I created that:
sudo docker volume create n8n_data
Now I am getting the following error:
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting “//n8n-docker-caddy/caddy_config/Caddyfile” to rootfs at “/etc/caddy/Caddyfile”: mount //n8n-docker-caddy/caddy_config/Caddyfile:/etc/caddy/Caddyfile (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
I originally used this instruction set:
When that failed, I tried the following two threads, will no luck:
I tried the Discord which was worthless since no one answered except to say post it in the forum.
At which point, enough time had been wasted that I installed it natively on the server so I could get some work done. I knew even if I could get it working, I would still be fighting SSL certificates and other issues.