mastodon: upgrade to 3.5.9

single-dockerfile
Ubuntu 10 months ago
parent 3654fdf3b9
commit 55c0ecdffe
  1. 4
      mastodon.yaml

@ -66,7 +66,7 @@ services:
hard: -1
mastodon:
image: tootsuite/mastodon
image: tootsuite/mastodon:v3.5.9
container_name: mastodon
restart: always
#command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 6001"
@ -140,7 +140,7 @@ services:
- mastodon-redis
mastodon-sidekiq:
image: tootsuite/mastodon
image: tootsuite/mastodon:v3.5.9
restart: always
container_name: mastodon-sidekiq
env_file:

Loading…
Cancel
Save