Skip to content

Commit

Permalink
[Hotfix] Fix to work on macOS (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <[email protected]>
  • Loading branch information
leonardocustodio authored Mar 12, 2024
1 parent 71a8f07 commit c37f864
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 @@ -27,7 +27,7 @@ services:
- "${REDIS_EXTERNAL_PORT}:6379"

decoder:
platform: linux/amd64
platform: linux/x86_64
image: enjin/platform-decoder:latest
restart: unless-stopped
ports:
Expand Down

0 comments on commit c37f864

Please sign in to comment.