Skip to content

Commit

Permalink
fix: update nakama docker image url (#50)
Browse files Browse the repository at this point in the history
Closes: WORLD-XXX

## Overview

Update nakama docker image url

## Brief Changelog

- Update nakama docker image url in docker-compose.yml

## Testing and Verifying

- Manually tested using world cli `world cardinal start`
  • Loading branch information
zulkhair committed Jun 10, 2024
1 parent 71b9689 commit ef382d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:

nakama:
platform: linux/amd64
image: us-docker.pkg.dev/argus-labs/world-engine/relay/nakama:v1.2.3
image: ghcr.io/argus-labs/world-engine-nakama:1.2.5
container_name: nakama
depends_on:
nakama-db:
Expand Down

0 comments on commit ef382d1

Please sign in to comment.