浏览代码

Update Docker images to v2.7.0

master
Matt Baer 5 年前
父节点
当前提交
1346b7acea
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      docker-compose.yml

+ 3
- 3
docker-compose.yml 查看文件

@@ -35,7 +35,7 @@ services:

web:
build: .
image: tootsuite/mastodon:v2.4.1
image: tootsuite/mastodon:v2.7.0
restart: always
env_file: .env.production
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000 -b '0.0.0.0'"
@@ -55,7 +55,7 @@ services:

streaming:
#build: .
image: tootsuite/mastodon:v2.4.1
image: tootsuite/mastodon:v2.7.0
restart: always
env_file: .env.production
command: yarn start
@@ -72,7 +72,7 @@ services:

sidekiq:
#build: .
image: tootsuite/mastodon:v2.4.1
image: tootsuite/mastodon:v2.7.0
restart: always
env_file: .env.production
command: bundle exec sidekiq


正在加载...
取消
保存