Skip to content

Commit ff70db6

Browse files
committed
cicd: switched Zabbix docker compose configuration
1 parent 5a13768 commit ff70db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions-tests/zbx_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sudo unzip ${ZBX_VERSION}.zip
2424
cd zabbix-docker-${ZBX_VERSION} 2>&1 1>/dev/null
2525
echo "---> Setting up docker with Zabbix ${ZBX_VERSION}..."
2626
# 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
27+
yes | sudo cp docker-compose_v3_ubuntu_mysql_latest.yaml docker-compose.yml
2828
docker-compose -f ./docker-compose.yml up -d
2929
# wait for full set up
3030
sleep 1m

0 commit comments

Comments
 (0)