Update README.md

This commit is contained in:
Egor
2025-09-02 00:33:03 +03:00
committed by GitHub
parent 0181f5e10c
commit 60ff006fec

View File

@@ -362,6 +362,12 @@ services:
networks:
- bot_network
user: "1000:1000"
# Создание директорий при запуске
command: >
bash -c "
mkdir -p /app/logs /app/data &&
python main.py
"
volumes:
postgres_data: