Added docker environment.
This commit is contained in:
6
docker/crontab
Normal file
6
docker/crontab
Normal file
@@ -0,0 +1,6 @@
|
||||
SHELL=/bin/bash
|
||||
BASH_ENV=/etc/profile
|
||||
PATH="/usr/local/bin:/usr/bin:/bin"
|
||||
|
||||
@reboot godaddy_ddns > /proc/1/fd/1 2>/proc/1/fd/2
|
||||
*/10 * * * * godaddy_ddns > /proc/1/fd/1 2>/proc/1/fd/2
|
||||
Reference in New Issue
Block a user