Skip to content

Commit 57f8ba8

Browse files
Merge pull request #1665 from pravinOpenSign/patch-28
Update upgrade-deployment.md
2 parents f228ae5 + f1a70ea commit 57f8ba8

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

docs/docs/self-host/docker/upgrade-deployment.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,11 @@ docker compose up -d
6363
**Explanation:**
6464
- docker-compose up: This command starts the services defined in your docker-compose.yml file.
6565
- -d: The detached mode flag, which runs the containers in the background and frees up your terminal.
66+
- If you want to view the logs, avoid using the -d flag.
6667

6768
<img width="550" alt="Docker compose up" src="https://github.com/user-attachments/assets/c573baaf-f70d-468e-a531-75b85a275647" />
6869

69-
### OR
70-
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.
7971

8072
## Troubleshooting:
8173
- If you encounter any errors, check Docker logs by running docker compose logs to get more details.

0 commit comments

Comments
 (0)