feat(docker-compose): Allow directory name different from service or component names

This commit is contained in:
2022-06-06 04:37:03 +02:00
parent 2540cb5ba8
commit 0ea8efffcd
7 changed files with 104 additions and 26 deletions

View File

@@ -4,10 +4,10 @@
# ARG EXAMPLE_ARG_FOR_DOCKERFILE
# Another env var, this one's needed in the example build step below:
# ARG HASHICORPVAULT_VERSION
# ARG VAULT_VERSION
# Example
# FROM "hashicorpvault:${HASHICORPVAULT_VERSION}"
# FROM "vault:${VAULT_VERSION}"
# RUN apt-get update && \
# apt-get -y install \
# somepackage-6.q16-6-extra && \