..permissions

This commit is contained in:
Shihaam Abdul Rahman 2022-09-12 16:20:23 +05:00
parent 745b3518b6
commit 4858bb4b88
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -33,6 +33,6 @@ RUN rm -v /usr/share/zabbix/conf/zabbix.conf.php
RUN ln -sv /etc/zabbix/web/zabbix.conf.php /usr/share/zabbix/conf/zabbix.conf.php
RUN mkdir /run/php/
RUN mkdir /run/zabbix/
RUN chmod 777 /run/zabbix/
#Start Services
CMD ["./startservices.sh"]