Skip to content

Commit 1c97981

Browse files
fix: Remove unnecessary blank line in supervisord configuration and update comment in Dockerfile for clarity. (#106)
1 parent 189a221 commit 1c97981

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker/apache/supervisord/supervisord.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[supervisord]
32
logfile = /proc/self/fd/1
43
logfile_maxbytes = 0

docker/nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM yiisoftware/yii2-php:8.4-fpm-nginx
44
COPY docker/nginx/nginx.conf /etc/nginx/nginx.conf
55
COPY docker/nginx/default.conf /etc/nginx/conf.d/default.conf
66

7-
# change PHP config (same as Apache)
7+
# change PHP config
88
COPY docker/php/php.ini /usr/local/etc/php/conf.d/base.ini
99

1010
# install supervisord and Node.js (includes npm)

0 commit comments

Comments
 (0)