-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Enhancement Type
Improve an existing feature
Describe the enhancement
Looking at the example configs, it doesn't look like there's an example of how to patch an existing config file. The closest is the extra files example.
From the documentation, it is not clear that the file needs to be added to the data directory through APPLY_EXTRA_FILES. It is somewhat mentioned in the documentation for APPLY_EXTRA_FILES, but that seems like the wrong place to put it.
In the example for APPLY_EXTRA_FILES it seems like it also wants you to share the a volume, which doesn't make much sense. Seems like this might be able to be avoided after #3748, though. Also, an example for copying a single file instead of a directory would be nice, as this is simpler for a variety of usecases, including the one shown.