mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
Merge pull request #44 from cbruegg/patch-1
Fix frontend hostname in Caddyfile
This commit is contained in:
commit
af4a6a1bb3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
FRONTEND_HOSTNAME {
|
FRONTEND_HOSTNAME {
|
||||||
reverse_proxy pipedfrontend:80
|
reverse_proxy piped-frontend:80
|
||||||
import global
|
import global
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue