Slight modification to Cron entrypoint (testing)

This commit is contained in:
WilliamMiceli
2019-01-05 21:10:25 -05:00
parent 95ce3f611c
commit 9712507f47

View File

@@ -27,10 +27,8 @@ services:
- 1.1.1.1
- 1.0.0.1
entrypoint: |
#!/bin/sh
set -eu
exec busybox crond -f -l 0 -L /dev/stdout
/bin/sh 'set -eu
exec busybox crond -f -l 0 -L /dev/stdout'
restart: on-failure
user: www-data
volumes_from: