correct standardized smtp node name
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
72d1e543e9
commit
cedf0587b2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
smtp-relay:
|
smtp-relay:
|
||||||
image: loganmarchione/docker-postfixrelay:latest
|
image: loganmarchione/docker-postfixrelay:latest
|
||||||
container_name: smtp_relay_node${SMTP_NODE}
|
container_name: smtp_relay_node${SMTP_NODE_ID}
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "2525:25"
|
- "2525:25"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue