compose.yaml seems to have to many lines
Hello, I have discovered docker-autocompose. It would very helpful! Which makes me wonder. when I use it to query a container, also like this: "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock red5d/docker-autocompose wikijs >docker-compose.yaml WARNING: IPv4 forwarding is disabled. Networking will not work." so far so good.
the compose.yaml is written, then when i test it with docker-compose config i get "docker-compose config. ERROR: Invalid interpolation format for "environment" option in service "wikijs": "PS1=$(whoami)@$(hostname):$(pwd)$ "" Error messages, even if I delete the PS1 entry, there is an error:" docker-compose config
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 11, in
The generated compose.yaml looks good at the beginning.
When I remove the bunch of **label: Entries**, the config check is ok.
So my question is **about label:** why is it, can one disable this?
**if I delete all entries for label: then there is no further error, so I use it as workaroud**
===
I'm running a "Debian GNU/Linux 11 (bullseye)"
Docker -v: Docker version 20.10.5+dfsg1,build 55c4c88