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