Closed lsloan closed 1 year ago
As mentioned by Matt, Docker containers with container_name assigned in their docker-compose.yml can be referenced without the composer command and from any directory, not just the one containing the YAML file.
container_name
docker-compose.yml
composer
∴ change docker compose exec -it app… → docker exec -it peer_grading_app…
docker compose exec -it app…
docker exec -it peer_grading_app…
As mentioned by Matt, Docker containers with
container_name
assigned in theirdocker-compose.yml
can be referenced without thecomposer
command and from any directory, not just the one containing the YAML file.∴ change
docker compose exec -it app…
→docker exec -it peer_grading_app…