mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
fix: nginx fails due to wrong docker hostname
closes https://github.com/TeamPiped/Piped/issues/3679
This commit is contained in:
parent
b4ca19a112
commit
d07c22f079
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
upstream frontend {
|
upstream frontend {
|
||||||
server pipedfrontend:80;
|
server piped-frontend:80;
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
Loading…
Reference in a new issue