summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-joey.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index f8ac5e5e..9d9ad642 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -42,7 +42,7 @@ host hostname@"clam.kitenet.net" = Just $ withSystemd $ props
& JoeySites.oldUseNetshellBox
& Docker.docked container hostname "openid-provider"
`requires` Apt.installed ["ntp"]
- & Docker.docked container hostname "ancient.kitenet.net"
+ & Docker.docked container hostname "ancient-kitenet"
& Docker.configured
& Docker.garbageCollected `period` Daily
-- Orca is the main git-annex build box.
@@ -107,7 +107,7 @@ container _parenthost name
"openid.kitenet.net:8081"
]
- | name == "ancient.kitenet.net" = Just $ standardContainer Stable "amd64"
+ | name == "ancient-kitenet" = Just $ standardContainer Stable "amd64"
[ Docker.publish "1994:80"
, Docker.inside $ props
& Apt.serviceInstalledRunning "apache2"