Skip to content

Commit

Permalink
Merge pull request #38 from cisagov/improvement/remove-unnecessary-qu…
Browse files Browse the repository at this point in the history
…otes

Remove unnecessary quotes around port numbers
  • Loading branch information
jsf9k committed Feb 8, 2022
2 parents ee1f240 + 2335a1f commit dbc80a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ services:
# the default network subnet defined below.
- RELAY_IP=172.16.202.0/24
ports:
- target: "25"
published: "1025"
- target: 25
published: 1025
protocol: tcp
mode: host
- target: "587"
published: "1587"
- target: 587
published: 1587
protocol: tcp
mode: host
secrets:
Expand Down

0 comments on commit dbc80a3

Please sign in to comment.