Skip to content

Commit 81aa2d7

Browse files
committed
Add port to push proxy
1 parent d4f9b00 commit 81aa2d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/nginx-static.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ server {
1414
location /api/push/register {
1515
# First push is the Docker service name,
1616
# the second is part of the route.
17-
proxy_pass http://push/push/register;
17+
proxy_pass http://push:3000/push/register;
1818
}
1919

2020
location / {

0 commit comments

Comments
 (0)