Skip to content

Commit

Permalink
Updated upgrade instructions (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverre authored Dec 16, 2024
1 parent fdca4d9 commit bd9dc6b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,12 @@ To upgrade Opik, you can run the following command:
# Navigate to the opik/deployment/docker-compose directory
cd opik/deployment/docker-compose

# Pull the latest changes
# Update the repository to pull the most recent docker compose file
git pull

# Update the docker compose image to get the most recent version of Opik
docker compose pull

# Restart the Opik platform with the latest changes
docker compose up --detach
```
Expand Down

0 comments on commit bd9dc6b

Please sign in to comment.