Note from Docker Compose file version 3 reference:
When mapping ports in the HOST:CONTAINER format, you may experience erroneous results when using a container port lower than 60, because YAML parses numbers in the format xx:yy as a base-60 value. For this reason, we recommend always explicitly specifying your port mappings as strings.
https://docs.docker.com/compose/compose-file/compose-file-v3/#ports
Related Contents:
- How to fix docker: Got permission denied issue
- How to mount a single file in a volume
- How do I define the name of image built with docker-compose
- docker-compose up for only certain containers
- An error, “failed to solve with frontend dockerfile.v0”
- How do I set hostname in docker-compose?
- E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
- How to tag docker image with docker-compose
- Should I use docker-compose up or run?
- docker compose build single container
- Docker Compose – Share named volume between multiple containers
- Provide static IP to docker containers via docker-compose
- Using –add-host or extra_hosts with docker-compose
- Docker Compose does not allow to use local images
- docker-compose start “ERROR: No containers to start”
- How to pass environment variable to docker-compose up
- Disable logging for one container in Docker-Compose
- How to pass arguments within docker-compose?
- Docker compose port mapping
- Restart one service in docker swarm stack
- docker-compose down default_network error
- How is Docker Compose version 2 “volumes” syntax supposed to look?
- How to pass ARG value to ENTRYPOINT?
- How to stop all containers when one container stops with docker-compose?
- How to rebuild and update a container without downtime with docker-compose?
- How to configure docker-compose.yml to up a container as root
- Is Docker ARG allowed within CMD instruction
- docker-compose gives ERROR: Cannot locate specified Dockerfile: Dockerfile
- multi-stage build in docker compose?
- Keycloak 8: User with username ‘admin’ already added
- Docker-compose, conditional statements? (e.g. add volume only if condition)
- Set $PROJECT_NAME in docker-compose file
- Using an IDE while developing on a docker container
- How to push Docker containers managed by Docker-compose to Heroku?
- Import docker compose file in another compose file
- docker-compose volumes_from equivalent with version 3
- docker-compose: define mount for bind mount and managed mount
- docker volume custom mount point [duplicate]
- How to assign domain names to containers in Docker?
- Terminate docker compose when test container finishes
- “Remove” a VOLUME in a Dockerfile
- docker-compose container name use dash (-) instead of underscore (_)
- docker compose file not working: replicas Additional property replicas is not allowed
- Docker Postgres Clear all Data
- where should I put docker-compose.yml
- docker-compose redis password via environment variable
- How to use multiple image tags with docker-compose
- Use docker-compose to pull images from private repository
- Docker Fails When Building on M1 Macs (exec /usr/local/bin/docker-entrypoint.sh: exec format error)
- Difference between docker volume type – bind vs volume