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
After running docker-compose up --build in the build directory, I get this error causing gostatsd to exit:
gostatsd_1 | time="2020-11-08T08:22:56Z" level=fatal msg="Error while parsing configuration: open /etc/gostatsd/docker-compose.toml: no such file or directory".
I believe the docker-compose.toml is supposed to be in the docker container file system, right? Yet I don't think there is a setup anywhere that adds a docker-compose.toml file to the path /etc/gostatsd.
The text was updated successfully, but these errors were encountered:
After running
docker-compose up --build
in thebuild
directory, I get this error causinggostatsd
to exit:gostatsd_1 | time="2020-11-08T08:22:56Z" level=fatal msg="Error while parsing configuration: open /etc/gostatsd/docker-compose.toml: no such file or directory"
.I believe the
docker-compose.toml
is supposed to be in the docker container file system, right? Yet I don't think there is a setup anywhere that adds adocker-compose.toml
file to the path/etc/gostatsd
.The text was updated successfully, but these errors were encountered: