Closed ponchofiesta closed 1 month ago
Actually major docker images are configurable via .env file. But the busybox image is hard coded into compose file. When using private docker registries it is necessary to change all image names to a local registry.
db-data-mysql: image: busybox
Done! Thank you!
@dotneft Thank you. But I think there was a mistake: https://github.com/zabbix/zabbix-docker/commit/f16ba34a342a01154e58c6f15208cc05d1012f8d#r148349111
Yes, sorry, fixed!
SUMMARY
Actually major docker images are configurable via .env file. But the busybox image is hard coded into compose file. When using private docker registries it is necessary to change all image names to a local registry.
OS / ENVIRONMENT / Used docker-compose files
CONFIGURATION
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS