diff options
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 879e8baf..b431a4b0 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -81,8 +81,7 @@ container parenthost name , Docker.inside $ props & Apt.stdSourcesList Stable & Apt.unattendedUpgrades - & OpenId.providerFor ["joey", "liw"] - (parenthost++":8081") + & OpenId.providerFor ["joey", "liw"] "openid.kitenet.net:8081" ] -- armel builder has a companion container that run amd64 and |
