Skip to content

Commit

Permalink
Update Docker Compose files.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Feb 13, 2020
1 parent c8f051b commit 8973069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8973069

Please sign in to comment.