docker container rm <container-name> & docker-compose up
is better than '&&' as it also works if you haven't yet built the container of have removed it by some other means.