fix
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user