diff --git a/mastodon-container.nix b/mastodon-container.nix index ea4a21f..4c51521 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -303,10 +303,9 @@ in { "${cfg.state-directory}/mastodon:/mastodon/public/system" "${cfg.state-directory}/mastodon-opt:/opt" ]; - - # command = ''bash -c "while :; do 'hit ctrl-c!'; sleep 1; done"''; - command = '' - bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"''; + command = ''bash -c "while :; do 'hit ctrl-c!'; sleep 1; done"''; + # command = '' + # bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"''; # healthcheck.test = [ # "CMD-SHELL" # "wget -q --spider --proxy=off localhost:3000/health || exit 1"