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
Yaci DevKit's docker compose has a shared volume "~/clusters".
In one of the user's setups, we have noticed a permission issue due to the shared volume. The container is able to create the cluster folder, but the node doesn't start, and a "permission denied" exception occurs for the "node.sock" file
Workaround: Remove volume section from docker-compose.yml file.
Remove the following section in docker-compose.yml
volumes:
- ~/clusters:/clusters
The text was updated successfully, but these errors were encountered:
Yaci DevKit's docker compose has a shared volume "~/clusters".
In one of the user's setups, we have noticed a permission issue due to the shared volume. The container is able to create the cluster folder, but the node doesn't start, and a "permission denied" exception occurs for the "node.sock" file
Workaround: Remove volume section from docker-compose.yml file.
Remove the following section in docker-compose.yml
The text was updated successfully, but these errors were encountered: