Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Stop binding to port 25
  • Loading branch information
curtishall authored Oct 24, 2023
1 parent 0865a5e commit 7e22a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ services:
# - "25"
dns:
- 8.8.8.8
ports:
- "25:25/tcp"
# ports:
# - "25:25/tcp"
env_file:
- .mailenv
restart: always
Expand Down

0 comments on commit 7e22a66

Please sign in to comment.