Hi.
I am new to Zabbix.
I am trying do deploy with docker-compose using the following: docker-compose -f ./docker-compose_v3_alpine_mysql_latest.yaml up -d
However not all containers are pulled / run e.g. no zabbix agent. My output is not that as shown in the docs.
OS is latest Debian - I have tried on 2 different installs and the problem is the same.
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
Creating network "zabbix-docker_zbx_net_backend" with driver "bridge"
Creating network "zabbix-docker_zbx_net_frontend" with driver "bridge"
Creating network "zabbix-docker_default" with the default driver
Creating zabbix-docker_db_data_mysql_1 ... done
Creating zabbix-docker_mysql-server_1 ... done
Creating zabbix-docker_zabbix-server_1 ... done
Creating zabbix-docker_zabbix-web-nginx-mysql_1 ... done
What am I doing wrong?
I am new to Zabbix.
I am trying do deploy with docker-compose using the following: docker-compose -f ./docker-compose_v3_alpine_mysql_latest.yaml up -d
However not all containers are pulled / run e.g. no zabbix agent. My output is not that as shown in the docs.
OS is latest Debian - I have tried on 2 different installs and the problem is the same.
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
WARNING: The following deploy sub-keys are not supported and have been ignored: resources.reservations.cpus
Creating network "zabbix-docker_zbx_net_backend" with driver "bridge"
Creating network "zabbix-docker_zbx_net_frontend" with driver "bridge"
Creating network "zabbix-docker_default" with the default driver
Creating zabbix-docker_db_data_mysql_1 ... done
Creating zabbix-docker_mysql-server_1 ... done
Creating zabbix-docker_zabbix-server_1 ... done
Creating zabbix-docker_zabbix-web-nginx-mysql_1 ... done
What am I doing wrong?
Comment