zabbix-docker icon indicating copy to clipboard operation
zabbix-docker copied to clipboard

Make busybox image configurable

Open ponchofiesta opened this issue 4 months ago • 0 comments

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
  • docker-compose_v3_alpine_mysql_latest.yaml
  • compose_databases.yaml
    db-data-mysql:
      image: busybox
    
CONFIGURATION
STEPS TO REPRODUCE

EXPECTED RESULTS
ACTUAL RESULTS

ponchofiesta avatar Oct 21 '24 09:10 ponchofiesta