Moving postfix
This commit is contained in:
parent
d793f7b6ed
commit
1531db26d7
|
|
@ -1,4 +1,4 @@
|
||||||
# Postfix SMTP relay for Gmail
|
services:
|
||||||
postfix:
|
postfix:
|
||||||
image: boky/postfix
|
image: boky/postfix
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
# - SMTP_USE_STARTTLS=yes
|
# - SMTP_USE_STARTTLS=yes
|
||||||
ports:
|
ports:
|
||||||
- "25:25"
|
- "25:25"
|
||||||
services:
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
container_name: cmc-prod-nginx
|
container_name: cmc-prod-nginx
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Postfix SMTP relay for Gmail
|
services:
|
||||||
postfix:
|
postfix:
|
||||||
image: boky/postfix
|
image: boky/postfix
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
# - SMTP_USE_STARTTLS=yes
|
# - SMTP_USE_STARTTLS=yes
|
||||||
ports:
|
ports:
|
||||||
- "25:25"
|
- "25:25"
|
||||||
services:
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
container_name: cmc-stg-nginx
|
container_name: cmc-stg-nginx
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue