Files
crontab-ui/docker-compose.yml
Robert Dailey c8a40eb9a9 Add Docker Compose YAML File
Makes it easier to build & run the container with this command:

    $ docker-compose up -d --build
2018-11-02 16:59:05 -05:00

10 lines
142 B
YAML

version: '3.7'
services:
crontab-ui:
build: .
image: alseambusher/crontab-ui
network_mode: bridge
ports:
- 8000:8000