Skip to content

Commit a4ae5ec

Browse files
committed
update readme
1 parent 8e8069e commit a4ae5ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ HOST_PROJECT_DIR=/home/<your_user_here>/homelab/cronmaster
171171
- `HOST_PROJECT_DIR` is required in order for the scripts created within the app to run properly
172172
- The `DOCKER=true` environment variable enables direct file access mode for crontab operations. This is REQUIRED when running the application in docker mode.
173173

174-
**Please Note**: If you want to run `docker compose` commands as `root` within your cron jobs (highly discouraged btw), you will need to install Docker with root privileges. Otherwise, `docker compose` won't be found when executing commands.
174+
**Important Note on Root Commands**: When running commands as `root` within Cronmaster, ensure that these commands also function correctly as `root` on your host machine. If a command works as `root` on your host but fails within Cronmaster, please open an issue with detailed information.
175175

176176
## Usage
177177

0 commit comments

Comments
 (0)