mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
Small fix
This commit is contained in:
parent
185f63257c
commit
38f2e670db
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ ADD entrypoint.sh /entrypoint.sh
|
|||
ADD assets /
|
||||
|
||||
RUN mkdir -p /data ${LIBRENMS_PATH}/config.d /var/log/supervisord \
|
||||
&& chmod a+x /entrypoint.sh \
|
||||
&& chmod a+x /entrypoint.sh /usr/local/bin/* \
|
||||
&& cp ${LIBRENMS_PATH}/snmpd.conf.example /etc/snmp/snmpd.conf \
|
||||
&& cp ${LIBRENMS_PATH}/config.php.default ${LIBRENMS_PATH}/config.php \
|
||||
&& echo "foreach (glob(\"${DATA_PATH}/config/*.php\") as \$filename) include \$filename;" >> ${LIBRENMS_PATH}/config.php \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue