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
new to Portier and pretty green at docker, so apologies up-front.
trying to self-host on Linode today and i'm running into an error, likely from lack of knowledge.
i'm installing on a Debian 10 node, via the docker image (docker run -v /srv/portier-broker:/data:ro portier/broker /data/config.toml) and i'm getting the following error in the terminal...
thread 'main' panicked at 'Could not read config file: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/config/toml.rs:142:35
any guidance would be greatly appreciated 🙂
The text was updated successfully, but these errors were encountered:
new to Portier and pretty green at docker, so apologies up-front.
trying to self-host on Linode today and i'm running into an error, likely from lack of knowledge.
i'm installing on a Debian 10 node, via the docker image (
docker run -v /srv/portier-broker:/data:ro portier/broker /data/config.toml
) and i'm getting the following error in the terminal...any guidance would be greatly appreciated 🙂
The text was updated successfully, but these errors were encountered: