Skip to content

Commit

Permalink
Add Scarf gateway for Docker (#874)
Browse files Browse the repository at this point in the history
* Add Scarf gateway for Docker

* typo
  • Loading branch information
gpene authored Jun 23, 2022
1 parent 49694be commit a41f39c
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 @@ -21,7 +21,7 @@ services:
retries: 5
nakama:
container_name: nakama
image: heroiclabs/nakama:3.12.0
image: heroiclabs.docker.scarf.sh/heroiclabs/nakama:3.12.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 @@ -18,7 +18,7 @@ services:
timeout: 3s
retries: 5
nakama:
image: heroiclabs/nakama:3.12.0
image: heroiclabs.docker.scarf.sh/heroiclabs/nakama:3.12.0
entrypoint:
- "/bin/sh"
- "-ecx"
Expand Down

0 comments on commit a41f39c

Please sign in to comment.