Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Add comment for arm architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdotb committed Mar 21, 2024
1 parent 42a5a24 commit 195a5f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ services:
mc admin policy attach minio readwrite --user ${S3_ACCESS_KEY};
exit 0;
app:
# If you are using an arm architecture, comment the image line and uncomment the build line
image: ghcr.io/mrdotb/leagueofreplays:latest
# build: .
command: sh -c "/app/bin/migrate && /app/bin/server"
Expand Down

0 comments on commit 195a5f5

Please sign in to comment.