79295646

Date: 2024-12-19 21:35:21
Score: 1
Natty:
Report link

The missing step was pulling images from the docker hub. Thus, I decided to update the docker-compose down as following to remove all local images stored in my aws ec2 instance:

docker-compose down --rmi all

This way the up command can pull up new images.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: MiguelG