forked from LaconicNetwork/kompose
fix env substitution for docker compose v3
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
version: '3'
|
||||
services:
|
||||
foo:
|
||||
image: foo/bar:latest
|
||||
environment:
|
||||
FOO: $foo
|
||||
Reference in New Issue
Block a user