Skip to content

Commit

Permalink
Add needed flag for Drupal example
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Aug 16, 2023
1 parent a891877 commit 5b1b3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/drupal/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
environment:
APP_ENV: prod
DRUPAL_ROUTES: https://drupal.docker.so
PHP_SENDMAIL_PATH: /usr/sbin/sendmail -S stonehenge:1025
PHP_SENDMAIL_PATH: /usr/sbin/sendmail -S stonehenge:1025 -t
labels:
traefik.enable: "true"
traefik.http.routers.drupal-example-app.entrypoints: https
Expand Down

0 comments on commit 5b1b3b9

Please sign in to comment.