3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Update comment in docker-entrypoint.sh to explicitly reference bind-mounts (as opposed to mounted volumes).

This commit is contained in:
Michael Stenta 2020-08-08 18:30:57 -04:00
parent d69c81819a
commit 78b94b9f02

View file

@ -2,9 +2,9 @@
set -e
###
# This entrypoint script will check to see if certain directories were mounted
# as volumes (and are therefore empty), and will copy files from the pre-built
# farmOS codebase in /var/farmOS to populate them.
# This entrypoint script will check to see if certain directories are empty
# (as is the case when a directory is bind-mounted from the host), and will
# populate them from the pre-built farmOS codebase in the image.
###
# If the /var/www/html directory is empty, populate it from pre-built files.