When I run docker build I can use -t or --tag parameter to deterimne CONTAINER ID.
But when I use docker-compose then I cannot find this option.
I know that docker-composer can create many containers, so maybe there is possibility of set CONTAINER ID in docker-compose.yml? How to do this?