Merge pull request #90 from rcdailey/master

Add Docker Compose YAML File
pull/100/head
Suresh Alse 6 years ago committed by GitHub
commit 05c93bc510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,9 @@
version: '3.7'
services:
crontab-ui:
build: .
image: alseambusher/crontab-ui
network_mode: bridge
ports:
- 8000:8000
Loading…
Cancel
Save