Docker warnings #522
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
The currently used syntax of docker-compose on the
Dockerbranch is still based on an earlier version of docker (compose). On every use (e.g. on the staging server) we get some warnings, which should be handled at some point:Could be resolved. This was not a real variable but rather a wrongly parsed part of a value of another variable on the environment file
.envwherewould be evaluated into a bash-syntax variable via
$prefix.Warnings have been fixed in
e2f8fc9c6dand should not pop up on next build