Skip to content

Commit e97c1ba

Browse files
committed
Update docker configure
1 parent a7b76d7 commit e97c1ba

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Change Log được viết theo biểu mẫu tại đây: https://keepachangelog.com/en/1.0.0/
44

5+
## [1.0.6] - 2023/02/13
6+
7+
### Update
8+
9+
- [x] Upgrade vendor `nguyenanhung/codeigniter-framework` latest version
10+
511
## [1.0.5] - 2023/01/17
612

713
### Update

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN docker-php-ext-install intl
4646
# Install OpCache
4747
RUN docker-php-ext-install opcache
4848
COPY ./docker/php/opcache.ini /usr/local/etc/php/conf.d/opcache.ini
49+
COPY ./docker/php/opcache-default.blacklist /usr/local/etc/php/conf.d/opcache-default.blacklist
4950

5051
# Install GD
5152
RUN docker-php-ext-configure gd --with-jpeg=/usr/include/ --with-freetype=/usr/include/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/var/www/app

docker/php/opcache.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ opcache.memory_consumption=${PHP_OPCACHE_MEMORY_CONSUMPTION}
88
opcache.max_wasted_percentage=${PHP_OPCACHE_MAX_WASTED_PERCENTAGE}
99
opcache.interned_strings_buffer=16
1010

11-
opcache.fast_shutdown=1
11+
opcache.fast_shutdown=1
12+
opcache.blacklist_filename=/usr/local/etc/php/conf.d/opcache-default.blacklist

0 commit comments

Comments
 (0)