Skip to content

Commit

Permalink
Merge pull request vromero#95 from abedwardsw/feature/entryd2
Browse files Browse the repository at this point in the history
update README entrypoint-xx.sh
  • Loading branch information
vromero authored Sep 17, 2018
2 parents e233be5 + dd3e133 commit c85f1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ A file name `broker-00.xslt` with content like the following listing, could be u

**Entrypoint Overrides**

Multiple shell scripts can be dropped in the `/var/lib/artemis/etc-override` volume. Those shell files must be named following the name convention `entrypoint-{{num}}.xml` where `num` is a numeric representation of the snippet.
Multiple shell scripts can be dropped in the `/var/lib/artemis/etc-override` volume. Those shell files must be named following the name convention `entrypoint-{{num}}.sh` where `num` is a numeric representation of the snippet.
The shell scripts will be *executed* in alphabetical precedence of the file names on startup of the docker container.

A typical use case for using entrypoint overrides would be if you want to make a minor modification to a file which cannot be overriden using the 2 methods above and you do not want to expose the etc volume.
Expand Down

0 comments on commit c85f1bf

Please sign in to comment.