mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-06 19:16:27 +01:00
fix: nginx fails due to wrong docker hostname
closes https://github.com/TeamPiped/Piped/issues/3679
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
upstream frontend {
|
||||
server pipedfrontend:80;
|
||||
server piped-frontend:80;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
Reference in New Issue
Block a user