container registry

This commit is contained in:
soraefir
2026-05-08 23:05:25 +02:00
parent 1fe6e43046
commit bfd099d201
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ in {
containers = {
server = builder.mkContainer {
subdomain = containerCfg.subdomain;
image = "etherpad/etherpad:${version}";
image = "ghcr.io/ether/etherpad:develop:${version}";
port = containerCfg.port;
ip = containerCfg.ip;
secret = name;