This commit is contained in:
soraefir
2026-05-11 02:19:31 +02:00
parent 29478e2aed
commit a41390dcee

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 = [