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
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,14 +42,30 @@ If you need to autosave your changes to crontab directly:
42
42
43
43
crontab-ui --autosave
44
44
45
-
Setting up with docker. You can use the prebuilt images in the [dockerhub](https://hub.docker.com/r/alseambusher/crontab-ui/tags) or build it yourself like this:
45
+
## Docker
46
+
You can use crontab-ui with docker. You can use the prebuilt images in the [dockerhub](https://hub.docker.com/r/alseambusher/crontab-ui/tags)
47
+
```bash
48
+
docker run -d -p 8000:8000 alseambusher/crontab-ui
49
+
```
46
50
51
+
You can also build it yourself if you want to customize, like this:
0 commit comments