Replies: 1 comment
-
|
Since you are using Colima on macOS, the file change events (inotify) often don't pass correctly from the host to the container. Even with --force-polling, the volume mounting might be the issue. Verify Volume Path: Ensure you are running the command from the exact root of your project so that .:/srv/jekyll maps correctly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm setting my repo up using docker with colima on macos 26.3. I've managed to the server up and running (after a multitude of other issues) but right now when i change the content it's not reflecting even when i force reload it, the only way to get it to reflect is to restart the entire container. Any clues on how I should fix this? Here are my current config and docker-compose files below:
comfig.yml
docker-compose.yml
Beta Was this translation helpful? Give feedback.
All reactions