Skip to content

Commit

Permalink
specifying platform to fix compatability issues (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-harhar authored Jan 23, 2024
1 parent 8bd9177 commit 396c8e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: "3"

services:
gdbserver:
Expand All @@ -12,6 +12,7 @@ services:
- "7777:7777"
- "25000:25000"
volumes:
- ${work}:/xv6_docker/
- ${work}:/xv6_docker/
working_dir: /xv6_docker/
hostname: xv6_host
platform: linux/amd64

0 comments on commit 396c8e3

Please sign in to comment.