Skip to content

Commit

Permalink
s6 should wait 10s to give PHPFPM a chance to boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawmu committed Apr 26, 2024
1 parent a9fbefd commit 6556214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpfpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ENV S6_OVERLAY_NOARCH=https://github.com/just-containers/s6-overlay/releases/dow
S6_READ_ONLY_ROOT=1 \
S6_KEEP_ENV=1 \
S6_LOGGING=0 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=10000 \
PHP_VERSION=$PHP_VERSION

COPY --chown=1000:1000 /rootfs/ /
Expand Down

0 comments on commit 6556214

Please sign in to comment.