forked from data.coop/ansible
Restart all mastodon containers instead of recreating them.
This commit is contained in:
parent
c4f3911400
commit
73bf2d41ba
|
@ -31,7 +31,7 @@
|
||||||
docker_compose:
|
docker_compose:
|
||||||
project_name: mastodon
|
project_name: mastodon
|
||||||
pull: true
|
pull: true
|
||||||
recreate: always
|
restarted: true
|
||||||
definition:
|
definition:
|
||||||
x-sidekiq: &sidekiq
|
x-sidekiq: &sidekiq
|
||||||
image: "tootsuite/mastodon:{{ services.mastodon.version }}"
|
image: "tootsuite/mastodon:{{ services.mastodon.version }}"
|
||||||
|
|
Loading…
Reference in a new issue