Slight modification to Cron entrypoint (testing)
This commit is contained in:
@@ -27,10 +27,8 @@ services:
|
|||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
entrypoint: |
|
entrypoint: |
|
||||||
#!/bin/sh
|
/bin/sh 'set -eu
|
||||||
set -eu
|
exec busybox crond -f -l 0 -L /dev/stdout'
|
||||||
|
|
||||||
exec busybox crond -f -l 0 -L /dev/stdout
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
user: www-data
|
user: www-data
|
||||||
volumes_from:
|
volumes_from:
|
||||||
|
|||||||
Reference in New Issue
Block a user