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.
Dockerfile
1 parent 189a221 commit 1c97981Copy full SHA for 1c97981
docker/apache/supervisord/supervisord.conf
@@ -1,4 +1,3 @@
1
-
2
[supervisord]
3
logfile = /proc/self/fd/1
4
logfile_maxbytes = 0
docker/nginx/Dockerfile
@@ -4,7 +4,7 @@ FROM yiisoftware/yii2-php:8.4-fpm-nginx
COPY docker/nginx/nginx.conf /etc/nginx/nginx.conf
5
COPY docker/nginx/default.conf /etc/nginx/conf.d/default.conf
6
7
-# change PHP config (same as Apache)
+# change PHP config
8
COPY docker/php/php.ini /usr/local/etc/php/conf.d/base.ini
9
10
# install supervisord and Node.js (includes npm)
0 commit comments