mailer docker

This commit is contained in:
Vicente Falco 2017-05-29 13:57:18 +02:00
parent 0ad4558c17
commit 3d43bf57cd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ http {
}
location ~ ^/mailer(?:/(.*))?$ {
proxy_pass http://127.0.0.1:3003/$1$is_args$args;
proxy_pass http://mailer:3003/$1$is_args$args;
}
}
}