From 556d73cce8b1b027088a4063fbd95ad77504ebd7 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 27 Mar 2024 01:26:42 -0300 Subject: [PATCH] Further startup fix --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 077f734..705f3c3 100644 --- a/compose.yml +++ b/compose.yml @@ -4,7 +4,7 @@ version: "3.8" services: app: image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.15-hometown-1.1.1 - command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec db:migrate; bundle exec rails s -p 3000" + command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rake db:migrate; bundle exec rails s -p 3000" networks: &bothNetworks - proxy - internal_network