Created
April 29, 2021 00:44
-
-
Save joshcarp/e9213983f4ef72199943c3620fadddfd to your computer and use it in GitHub Desktop.
test docker-compose envi vars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.6' | |
services: | |
foobar: | |
image: debian | |
environment: | |
- FOO="blah" | |
entrypoint: bash -c "echo $$FOO" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment