diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-08 17:51:10 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-08 17:51:10 -0400 |
| commit | a04539a2ee46a3c040bf7a44a6954fa51a035315 (patch) | |
| tree | 1826c067b6428588900b6b63a4840dadafb58d18 /config-joey.hs | |
| parent | e435d97927d37fbea032b83e791dd77dcbd47307 (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 8445f7cd..879e8baf 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -81,7 +81,8 @@ container parenthost name , Docker.inside $ props & Apt.stdSourcesList Stable & Apt.unattendedUpgrades - & OpenId.providerFor ["joey", "liw"] parenthost + & OpenId.providerFor ["joey", "liw"] + (parenthost++":8081") ] -- armel builder has a companion container that run amd64 and |
