Skip to content
Snippets Groups Projects
Verified Commit a4426b88 authored by Hugo Renard's avatar Hugo Renard
Browse files

feat: v4.1.2

parent 01bee74f
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ services:
- LETSENCRYPT_HOST
app:
restart: always
image: tootsuite/mastodon:v4.1.1
image: tootsuite/mastodon:v4.1.2
env_file: .env.production
command: bundle exec rails s -p 3000 -b '0.0.0.0'
depends_on:
......@@ -54,7 +54,7 @@ services:
- back
streaming:
restart: always
image: tootsuite/mastodon:v4.1.1
image: tootsuite/mastodon:v4.1.2
env_file: .env.production
command: yarn start
depends_on:
......@@ -64,7 +64,7 @@ services:
- back
sidekiq:
restart: always
image: tootsuite/mastodon:v4.1.1
image: tootsuite/mastodon:v4.1.2
env_file: .env.production
command: bundle exec sidekiq
depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment