Skip to content

Commit

Permalink
Alias the override hostname on the network
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 10, 2024
1 parent 3f2c6cd commit 3335e8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ services:
networks:
mail_infra_network:
ipv4_address: 10.222.222.2
aliases:
- ${OVERRIDE_HOSTNAME}
ports:
- "25:25" # SMTP (explicit TLS => STARTTLS)
- "143:143" # IMAP4 (explicit TLS => STARTTLS)
Expand Down

0 comments on commit 3335e8e

Please sign in to comment.