Skip to content

Commit

Permalink
fix(project): sending email via mailhog in php-fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed Dec 1, 2021
1 parent 80e0317 commit 2c96e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-files/docker-compose-fpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
- "~/.ssh/${SSH_KEY:-id_rsa}:/var/www/.ssh/id_rsa:ro"
- "~/.ssh/known_hosts:/var/www/.ssh/known_hosts"
networks:
dl_default: { }
default:
aliases:
- ${NETWORK_NAME}
Expand Down

0 comments on commit 2c96e54

Please sign in to comment.