How to reproduce:
shell 1> docker-compose scale xxx=1
shell 2> docker-compose logs xxx
shell 1> docker-compose scale xxx=2
shell 1> (make xxx service produce logs in second container)
expected: shell 2 must show ''xxx_2 | ..." logs as well
Note: this issues applies to:
restart
policyI have a proposal in #1866 that should make this work
This still doesn鈥檛 work for containers that crashed and automatically restarted.
I'm facing this same issue as well, any update?
+1
Most helpful comment
This still doesn鈥檛 work for containers that crashed and automatically restarted.