Skip to content

Commit

Permalink
Fix docker context for mailcatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnstar committed Oct 29, 2024
1 parent ef3401c commit 91218d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ services:
mailcatcher:
image: ghcr.io/hitobito/development/mailcatcher
build:
context: ./docker
dockerfile: mailcatcher.dockerfile
context: ./docker/mailcatcher
ports:
- "127.0.0.1:1025:1025"
- "127.0.0.1:1080:1080"
Expand Down

0 comments on commit 91218d3

Please sign in to comment.