You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
Makes it easier to build & run the container with this command:
$ docker-compose up -d --build
10 lines
142 B
YAML
10 lines
142 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
crontab-ui:
|
|
build: .
|
|
image: alseambusher/crontab-ui
|
|
network_mode: bridge
|
|
ports:
|
|
- 8000:8000
|