first commit
This commit is contained in:
7
test/docker-compose-with-env.yml
Normal file
7
test/docker-compose-with-env.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
volumes:
|
||||
test_volume: {}
|
||||
|
||||
services:
|
||||
service-a:
|
||||
image: ${IMAGE_NAME}
|
||||
command: ["tail", "-f", "/dev/null"]
|
||||
Reference in New Issue
Block a user