You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
Add Docker Compose YAML File
Makes it easier to build & run the container with this command:
$ docker-compose up -d --build
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
crontab-ui:
|
||||
build: .
|
||||
image: alseambusher/crontab-ui
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- 8000:8000
|
||||
Reference in New Issue
Block a user