tamil-wiki / mediawiki-backup-restore

Docker image for backup MySQL and Mediawiki config into S3
MIT License
0 stars 0 forks source link

fix env variable syntax #14

Closed vijayabharathib closed 2 years ago

vijayabharathib commented 2 years ago

env variables are not taken properly into the container. docker file initially had ENV CRON_TIME_HOURLY: "0 /1 "

now changed it to match other env variables ENV CRON_TIME_HOURLY "0 /1 "