Glossary infra Term Page

docker-compose.yml

runs the container and publishes a port

docker-compose-yml #infra#docker
Korean version

Related Concepts

Core Idea

docker-compose.yml is runs the container and publishes a port. It usually makes the most sense alongside ./public, listen 80, root /usr/share/nginx/html.

Why It Matters Here

Mathbong reuses this term across docker posts as shared vocabulary.

Posts Mentioning This Concept