We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a13768 commit ff70db6Copy full SHA for ff70db6
github-actions-tests/zbx_install.sh
@@ -24,7 +24,7 @@ sudo unzip ${ZBX_VERSION}.zip
24
cd zabbix-docker-${ZBX_VERSION} 2>&1 1>/dev/null
25
echo "---> Setting up docker with Zabbix ${ZBX_VERSION}..."
26
# docker-compose dirty hack: it uses only file named 'docker-compose.yml'
27
-yes | sudo cp docker-compose_v3_centos_pgsql_latest.yaml docker-compose.yml
+yes | sudo cp docker-compose_v3_ubuntu_mysql_latest.yaml docker-compose.yml
28
docker-compose -f ./docker-compose.yml up -d
29
# wait for full set up
30
sleep 1m
0 commit comments