From 8973069b6258dcef45e8d75af3ea4cd593e487fb Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Thu, 13 Feb 2020 13:58:38 +0000 Subject: [PATCH] Update Docker Compose files. --- docker-compose-postgres.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-postgres.yml b/docker-compose-postgres.yml index f8fdf839f..221d7adfd 100644 --- a/docker-compose-postgres.yml +++ b/docker-compose-postgres.yml @@ -15,7 +15,7 @@ services: - "8080:8080" nakama: container_name: nakama - image: heroiclabs/nakama:2.9.1 + image: heroiclabs/nakama:2.10.0 entrypoint: - "/bin/sh" - "-ecx" diff --git a/docker-compose.yml b/docker-compose.yml index fb817fae3..75694e2e1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: - "26257:26257" - "8080:8080" nakama: - image: heroiclabs/nakama:2.9.1 + image: heroiclabs/nakama:2.10.0 entrypoint: - "/bin/sh" - "-ecx" -- GitLab