Skip to content

Commit

Permalink
Merge pull request #29 from Ilyes512/update-old-env-decs
Browse files Browse the repository at this point in the history
Replaced lagacy ENV declarations
  • Loading branch information
Ilyes512 authored Sep 20, 2024
2 parents 9486a50 + 992109b commit a1bf599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ARG PHP_REDIS_VERSION=6.0.2
# Latest version of amqp-extension: https://pecl.php.net/package/amqp
ARG PHP_AMQP_VERSION=2.1.2

ENV SMTPHOST mail
ENV SMTPEHLO localhost
ENV SMTPHOST=mail
ENV SMTPEHLO=localhost

WORKDIR /var/www

Expand Down
4 changes: 2 additions & 2 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ARG PHP_REDIS_VERSION=6.0.2
# Latest version of amqp-extension: https://pecl.php.net/package/amqp
ARG PHP_AMQP_VERSION=2.1.2

ENV SMTPHOST mail
ENV SMTPEHLO localhost
ENV SMTPHOST=mail
ENV SMTPEHLO=localhost

WORKDIR /var/www

Expand Down

0 comments on commit a1bf599

Please sign in to comment.