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
My startup command is: docker run -d --name monstache --restart always -v /home/docker/monstache/config.toml:/config/config.toml rwynn/monstache:latest -f /config/config.toml
But we get an error: [root@[localhost](https://localhost/) ~]# docker logs -f monstache ERROR 2024/11/07 07:35:13 read /config/config.toml: is a directory ERROR 2024/11/07 07:35:14 read /config/config.toml: is a directory ERROR 2024/11/07 07:35:15 read /config/config.toml: is a directory
The text was updated successfully, but these errors were encountered:
My startup command is:
docker run -d --name monstache --restart always -v /home/docker/monstache/config.toml:/config/config.toml rwynn/monstache:latest -f /config/config.toml
But we get an error:
[root@[localhost](https://localhost/) ~]# docker logs -f monstache ERROR 2024/11/07 07:35:13 read /config/config.toml: is a directory ERROR 2024/11/07 07:35:14 read /config/config.toml: is a directory ERROR 2024/11/07 07:35:15 read /config/config.toml: is a directory
The text was updated successfully, but these errors were encountered: