We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4837e7f commit 8efe315Copy full SHA for 8efe315
Dockerfile
@@ -4,7 +4,7 @@
4
5
6
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
7
-ARG PHP_VERSION=7.4
+ARG PHP_VERSION=8.0
8
ARG CADDY_VERSION=2
9
10
# "php" stage
docker/php/conf.d/symfony.prod.ini
@@ -10,5 +10,5 @@ opcache.memory_consumption = 256
opcache.validate_timestamps = 0
11
realpath_cache_size = 4096K
12
realpath_cache_ttl = 600
13
-opcache.preload_user=www-data
14
-opcache.preload=/srv/app/var/cache/prod/App_KernelProdContainer.preload.php
+opcache.preload_user = www-data
+opcache.preload = /srv/app/config/preload.php
0 commit comments