Artem Kuznecov
Artem Kuznecov
> Add in your php Dockerfile `RUN usermod -u 1000 www-data` and where should I write this? bin/php81/Dockerfile on which line? and then rebuild the image?
docker exec -it CONTAINER_HASH_NAME bash cd /var/www/html chown -R www-data:www-data ./
> I could start the stack with php74 and mysql57 without any issues. BUT if you change the settings and rebuild the images you have to delete the old data...
``` tns({ ... swipeAngle: -1, ... }) ```