11 lines
157 B
YAML
11 lines
157 B
YAML
version: "2.1"
|
|
|
|
services:
|
|
|
|
cron:
|
|
image: cron:$VERSION_CRON
|
|
restart: always
|
|
network_mode: "host"
|
|
volumes:
|
|
- ./crontab:/etc/crontab:Z
|