[add] crontab
This commit is contained in:
parent
075b9fca9e
commit
5a4225e371
2 changed files with 10 additions and 0 deletions
8
crontab-ui/docker-compose.yml
Normal file
8
crontab-ui/docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
version: '2.0'
|
||||
|
||||
services:
|
||||
crontab:
|
||||
image: donaldrich/crontab-ui
|
||||
container_name: crontab-ui
|
||||
restart: unless-stopped
|
2
crontab-ui/readme.md
Normal file
2
crontab-ui/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
https://hub.docker.com/r/donaldrich/crontab-ui
|
||||
|
Loading…
Add table
Reference in a new issue