diff --git a/template/pipedfrontend.conf b/template/pipedfrontend.conf index bb24922..0b9a281 100644 --- a/template/pipedfrontend.conf +++ b/template/pipedfrontend.conf @@ -1,5 +1,5 @@ upstream frontend { - server pipedfrontend:80; + server piped-frontend:80; } server { listen 80;