Skip to content

Commit

Permalink
Specify platform as linux/x86_64 (#14)
Browse files Browse the repository at this point in the history
This is needed to run from an Apple Silicon machine, since that requires
Docker to get help from QEMU.
  • Loading branch information
tiennou authored Dec 11, 2023
1 parent 62770ac commit b6debba
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
@@ -1,6 +1,7 @@
version: "3"
services:
screeps:
platform: linux/x86_64
image: jomik/screeps-server:edge
depends_on:
- mongo
Expand Down

0 comments on commit b6debba

Please sign in to comment.