@friism , I guess you are running Powershell inside a terminal application like ConEmu right?
@fpellet I guess you tried with a vanilla Powershell.
Powershell and cmd.exe don’t support ANSI codes which docker-compose is using.
It’s implements in docker CLI though: https://github.com/docker/docker/pull/10864
David