mkdir for zabbix pid

This commit is contained in:
Shihaam Abdul Rahman 2022-09-12 16:12:22 +05:00
parent a6ec81e4bf
commit 745b3518b6
Signed by: shihaam
GPG Key ID: 3B007D22E5584980
2 changed files with 2 additions and 3 deletions

View File

@ -31,9 +31,8 @@ RUN chmod +x startservices.sh
RUN rm -v /etc/nginx/sites-enabled/default
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 chmod 775 /usr/share/zabbix/conf/zabbix.conf.php
RUN mkdir /run/php/
RUN mkdir /run/zabbix/
#Start Services
CMD ["./startservices.sh"]

View File

@ -90,7 +90,7 @@ SocketDir=/run/zabbix
#
# Mandatory: no
# Default:
DBHost=zabbix-db
DBHost=db
### Option: DBName
# Database name.