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 Jan 17, 2019
1 parent 749d8b2 commit fafb834
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.3.1
image: heroiclabs/nakama:2.3.2
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.3.1
image: heroiclabs/nakama:2.3.2
entrypoint:
- "/bin/sh"
- "-ecx"
Expand Down

0 comments on commit fafb834

Please sign in to comment.