correct standardized smtp node name
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-06 06:18:36 -07:00
parent 72d1e543e9
commit cedf0587b2

View file

@ -1,7 +1,7 @@
services:
smtp-relay:
image: loganmarchione/docker-postfixrelay:latest
container_name: smtp_relay_node${SMTP_NODE}
container_name: smtp_relay_node${SMTP_NODE_ID}
restart: always
ports:
- "2525:25"