mirror of https://github.com/portainer/portainer
c559b6b55c
Currently we are using RegExp `/\=(.+)/` to catch key-value of environment variables, which could not match empty-value environment variables such as `KEY=`. This commit will change the RegExp to `/\=(.*)/`, which matches the empty values. |
||
---|---|---|
.. | ||
configs | ||
containers | ||
dashboard | ||
events | ||
host | ||
images | ||
networks | ||
nodes | ||
secrets | ||
services | ||
swarm | ||
tasks | ||
volumes |