Explorar el Código

Update Docker images to v2.7.0

master
Matt Baer hace 5 años
padre
commit
1346b7acea
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      docker-compose.yml

+ 3
- 3
docker-compose.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar