You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have already run the above command, you do not need to execute this command.
71
-
```
72
-
docker compose up
73
-
```
74
-
- This command will recreate and start all the necessary containers with the updated images.
75
-
- You should see logs indicating that the containers are being created or updated, and eventually, that they are up and running.
76
-
77
-
## Note:
78
-
- The docker compose pull command ensures that you have the latest version of the Docker images, while the docker compose up command applies any updates and starts the containers.
70
+
**Note**: The docker compose pull command ensures that you have the latest version of the Docker images, while the docker compose up command applies any updates and starts the containers.
79
71
80
72
## Troubleshooting:
81
73
- If you encounter any errors, check Docker logs by running docker compose logs to get more details.
0 commit comments