Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5fb34b3

Browse files
authoredMay 14, 2025··
Update README.md
1 parent 6e6179d commit 5fb34b3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@
5050
docker-compose up --build
5151
```
5252

53+
## Очистить контейнеры:
54+
```bash
55+
docker compose down
56+
```
57+
58+
## Удалить образы:
59+
```bash
60+
docker rmi $(docker images --format "{{.ID}}") --force
61+
```
62+
5363
## Приложение будет доступно по адресу:
5464
```http://localhost:8888/api``` (со Swagger)
5565

0 commit comments

Comments
 (0)
Please sign in to comment.