fix: nginx fails due to wrong docker hostname

closes https://github.com/TeamPiped/Piped/issues/3679
This commit is contained in:
Bnyro
2024-06-23 16:40:27 +02:00
committed by GitHub
parent b4ca19a112
commit d07c22f079
+1 -1
View File
@@ -1,5 +1,5 @@
upstream frontend {
server pipedfrontend:80;
server piped-frontend:80;
}
server {
listen 80;