This commit is contained in:
soraefir
2026-05-11 02:23:54 +02:00
parent a41390dcee
commit f05f7b0147

View File

@@ -75,7 +75,7 @@ let
chmod 1777 ./tmp chmod 1777 ./tmp
''; '';
config = { config = {
Cmd = [ "${etherpad_exe}/bin/etherpad-lite" "--settings /etc/etherpad/settings.json" "--apikey=\"$APIKEY\""]; Cmd = [ "${etherpad_exe}/bin/etherpad-lite" "--settings=/etc/etherpad/settings.json" "--apikey=\"$APIKEY\""];
User = "1000:1000"; User = "1000:1000";
ExposedPorts = { "${toString containerCfg.port}/tcp" = {}; }; ExposedPorts = { "${toString containerCfg.port}/tcp" = {}; };
Env = [ Env = [