Обновить docker-compose.yml

This commit is contained in:
Xanders25 2024-12-19 03:22:45 +02:00
parent d193ed2478
commit 74f29fac3e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ services:
git_cloner:
image: alpine/git
volumes:
- /home/py:/repo # Монтируем целевую папку
- /home/blues/py:/repo # Монтируем целевую папку
command: >
sh -c "
mkdir -p /repo && # Убедимся, что папка существует