mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-10 17:43:55 +01:00
Comment sidekiq build in docker compose (#33483)
This commit is contained in:
parent
7d6fd68efd
commit
5c4e224b66
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ services:
|
|||
- redis
|
||||
|
||||
sidekiq:
|
||||
build: .
|
||||
# You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
|
||||
# build: .
|
||||
image: ghcr.io/mastodon/mastodon:v4.3.2
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
|
|
Loading…
Reference in a new issue