1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Add lines to docstring

This commit is contained in:
Jonathan Senecal 2018-09-13 11:37:56 -04:00
parent a38d043401
commit 88a95b236b

View file

@ -22,7 +22,7 @@ MEMCACHED_PORT=${MEMCACHED_PORT:-"11211"}
RRDCACHED_PORT=${RRDCACHED_PORT:-"42217"}
# From https://github.com/docker-library/mariadb/blob/master/docker-entrypoint.sh
# From https://github.com/docker-library/mariadb/blob/master/docker-entrypoint.sh#L21-L41
# usage: file_env VAR [DEFAULT]
# ie: file_env 'XYZ_DB_PASSWORD' 'example'
# (will allow for "$XYZ_DB_PASSWORD_FILE" to fill in the value of