A Crontab-UI Docker Image for ARM64 devices.
244
Crontab-UI is an easy and safe way to manage your crontab file.
I wanted to setup Crontab-UI on my RaspberryPi 4, but since they don't have an offical image for linux/ARM64 version, I decided to build one for it. I will try to keep up with their offical releases.
docker-compose.yml file with the following properties.version: "3"
services:
crontab-ui:
image: dexter2389/crontab-ui:latest
container_name: crontab-ui
ports:
- 9879:8000
restart: unless-stopped
Content type
Image
Digest
Size
74 MB
Last updated
over 4 years ago
docker pull dexter2389/crontab-ui