Skip to content

Commit 8efe315

Browse files
authored
feat: upgrade to PHP 8 (#92)
* feat: upgrade to PHP 8 * fix: preload
1 parent 4837e7f commit 8efe315

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
7-
ARG PHP_VERSION=7.4
7+
ARG PHP_VERSION=8.0
88
ARG CADDY_VERSION=2
99

1010
# "php" stage

docker/php/conf.d/symfony.prod.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ opcache.memory_consumption = 256
1010
opcache.validate_timestamps = 0
1111
realpath_cache_size = 4096K
1212
realpath_cache_ttl = 600
13-
opcache.preload_user=www-data
14-
opcache.preload=/srv/app/var/cache/prod/App_KernelProdContainer.preload.php
13+
opcache.preload_user = www-data
14+
opcache.preload = /srv/app/config/preload.php

0 commit comments

Comments
 (0)