Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicroul authored Oct 24, 2024
1 parent f7dcb8b commit 13b0817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN gunzip /usr/share/zabbix-sql-scripts/mysql/server.sql.gz && cp /usr/share/za
&& service mysql restart && mysql -e "grant all privileges on zabbix.* to zabbix@localhost;" \
&& service mysql restart && mysql -e "set global log_bin_trust_function_creators = 1;" \
&& service mysql restart && mysql -e "FLUSH PRIVILEGES;" \
&& service mysql restart && mysql -e "use zabbix;source /server.sql;"
&& service mysql restart && mysql -e "use zabbix;source /server.sql;" \
&& cp -r /usr/share/zabbix/ /var/www/html/
RUN git clone https://github.com/ugoviti/zabbix-templates.git \
&& cd zabbix-templates/ \
Expand Down

0 comments on commit 13b0817

Please sign in to comment.