Skip to content

Commit

Permalink
Merge branch 'update' into 'main'
Browse files Browse the repository at this point in the history
updated docker compose command

See merge request CodeScoring/docs!265
  • Loading branch information
amaksimovv committed Nov 14, 2024
2 parents 95f5fb1 + 13c7fe5 commit 7765cad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/on-premise/update.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Then you need to follow these steps:
```
2. Run the container image update command:
```bash linenums="2"
docker-compose -p PROJECT_NAME pull
docker compose -p PROJECT_NAME pull
```
3. Restart the installation:
```bash linenums="3"
docker-compose -p PROJECT_NAME down --remove-orphans
docker-compose -p PROJECT_NAME up -d --renew-anon-volumes
docker compose -p PROJECT_NAME down --remove-orphans
docker compose -p PROJECT_NAME up -d --renew-anon-volumes
```
6 changes: 3 additions & 3 deletions docs/on-premise/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ hide:


```bash linenums="2"
docker-compose -p PROJECT_NAME pull
docker compose -p PROJECT_NAME pull
```

3. Перезапустить инсталляцию:

```bash linenums="3"
docker-compose -p PROJECT_NAME down --remove-orphans
docker-compose -p PROJECT_NAME up -d --renew-anon-volumes
docker compose -p PROJECT_NAME down --remove-orphans
docker compose -p PROJECT_NAME up -d --renew-anon-volumes
```

0 comments on commit 7765cad

Please sign in to comment.