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 103536b commit a96f5e0Copy full SHA for a96f5e0
.docker/frankenphp/Dockerfile
@@ -34,7 +34,6 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
34
pdo_pgsql \
35
pgsql \
36
zip \
37
- opcache \
38
bz2 \
39
sodium
40
docker-compose.yml
@@ -226,7 +226,7 @@ services:
226
227
opensearch:
228
image: opensearchproject/opensearch:2.19.2
229
- container_name: opensearch
+ container_name: phpmyfaq-42_opensearch
230
environment:
231
- cluster.name=phpmyfaq-cluster
232
- node.name=phpmyfaq
0 commit comments