about summary refs log tree commit diff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-09-03 17:40:03 +0200
committerGitHub <noreply@github.com>2018-09-03 17:40:03 +0200
commit174548f3bd0f1d42a28a5c501aad7116f18eaddb (patch)
tree24b32d52e098fac57e91fd26be1311b7b677c9c9 /docker-compose.yml
parente915bc3e9e32e34bf80d1bd66ee3f80d2ca37969 (diff)
parent6c233a04a04f674b1be75ce7c6c4547c7a006797 (diff)
Merge pull request #702 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 3b50f6d31..070a95384 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -68,7 +68,7 @@ services:
     image: tootsuite/mastodon
     restart: always
     env_file: .env.production
-    command: bundle exec sidekiq -q default -q mailers -q pull -q push
+    command: bundle exec sidekiq -q default -q push -q mailers -q pull
     depends_on:
       - db
       - redis