Write a Docker Compose File task failed

Hi all,
Can you please show me what’s wrong with my docker-compose file :

Thanks in advance

1 Like

It seems like you did just opposite. You have to map 5003 with docker container port 80. Instead of you mapped container 5003 to docker host 80.
docker host port : docker container port

Hi player001,
Finally I got it :slight_smile: . thanks