Skip to content

Commit

Permalink
Merge branch 'release/1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Jan 4, 2021
2 parents 5c0c066 + 853f398 commit b00f6bf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/docker-images Change Log

## 1.2.2 - 2021.01.04
### Changed
* `chown` the `cms/web` directory

## 1.2.1 - 2021.01.03
### Changed
* Use `yobasystems/alpine-mariadb:10.4.15` for MariaDB
Expand Down
2 changes: 2 additions & 0 deletions php-prod-craft/php-7.3/mariadb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ CMD composer install --no-scripts --optimize-autoloader --no-interaction \
&& \
chown -R www-data:www-data /var/www/project/cms/storage \
&& \
chown -R www-data:www-data /var/www/project/cms/web \
&& \
composer craft-update \
&& \
php-fpm
2 changes: 2 additions & 0 deletions php-prod-craft/php-7.3/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ CMD composer install --no-scripts --optimize-autoloader --no-interaction \
&& \
chown -R www-data:www-data /var/www/project/cms/storage \
&& \
chown -R www-data:www-data /var/www/project/cms/web \
&& \
composer craft-update \
&& \
php-fpm
2 changes: 2 additions & 0 deletions php-prod-craft/php-7.4/mariadb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ CMD composer install --no-scripts --optimize-autoloader --no-interaction \
&& \
chown -R www-data:www-data /var/www/project/cms/storage \
&& \
chown -R www-data:www-data /var/www/project/cms/web \
&& \
composer craft-update \
&& \
php-fpm
2 changes: 2 additions & 0 deletions php-prod-craft/php-7.4/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ CMD composer install --no-scripts --optimize-autoloader --no-interaction \
&& \
chown -R www-data:www-data /var/www/project/cms/storage \
&& \
chown -R www-data:www-data /var/www/project/cms/web \
&& \
composer craft-update \
&& \
php-fpm

0 comments on commit b00f6bf

Please sign in to comment.