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