Skip to content

Commit

Permalink
Merge pull request #8 from migo315/feature/php-73
Browse files Browse the repository at this point in the history
Fix non starting php-fpm
  • Loading branch information
migo315 authored Nov 14, 2019
2 parents 200db77 + 0bbe477 commit a6f6da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:buster

MAINTAINER Michel Chowanski version 3.0.0
MAINTAINER Michel Chowanski version 3.0.1

################## PHP ##################
RUN apt-get update && apt-get install -y php7.3-fpm \
Expand Down
2 changes: 1 addition & 1 deletion supervisor/startup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ nodaemon=true
command=/usr/sbin/sshd -D

[program:php]
command=/etc/init.d/php7.2-fpm restart
command=/etc/init.d/php7.3-fpm restart

0 comments on commit a6f6da4

Please # to comment.