fix(docker): align www-data UID/GID with host (1000:1000)
All checks were successful
Deploy Max Bot Test / deploy (push) Successful in 38s

php-fpm runs workers as www-data, so master stays root and drops to a UID matching host files. storage bind-mount is writable without runtime chmod hacks.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
pkirillw
2026-06-18 00:41:51 +03:00
parent 6a9f2633da
commit e4dcf0da5b
2 changed files with 8 additions and 3 deletions

View File

@@ -26,8 +26,7 @@ jobs:
cd /home/pkirillw/dockered-services/max-bot-test && git pull origin main
else
cd /home/pkirillw/dockered-services && git clone https://git.pkirillw-server.ru/pkirillw/max-bot-test.git
fi
chmod -R 777 /home/pkirillw/dockered-services/max-bot-test/storage"
fi"
- name: Create .env file
env: