diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-08 18:15:29 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-08 18:15:29 -0400 |
| commit | 27a00f86826f7f76afc05d02c8990ac38c0802fd (patch) | |
| tree | 2b6dff64cbb5ede256bc6a4098a32ab49982fcc1 | |
| parent | 8f69e9d5d870626e08231125fee48ec1b66ea3a2 (diff) | |
propellor spin
| -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 |
