changed sh to yml in docker-compose block

This commit is contained in:
Vitali Aleksandrov 2024-09-19 15:14:01 +03:00
parent 4d61193559
commit af63ce48c7

View file

@ -30,7 +30,7 @@ docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corent
#### Using Docker Compose
```sh
```yml
services:
it-tools:
container_name: it-tools