Skip to content

Commit

Permalink
build on macs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Jan 16, 2025
1 parent fb26853 commit 0faf7f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: yarn-resourcemanager
platform: linux/amd64
ports:
- 8088:8088 # web ui
environment:
Expand All @@ -52,7 +52,7 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: yarn-nodemanager
platform: linux/amd64
ports:
- 8042:8042 # web ui
environment:
Expand All @@ -71,7 +71,6 @@ services:

minio:
image: minio/minio
container_name: spark-minio
ports:
- "9002:9002"
# MinIO Console is available at http://localhost:9003
Expand Down

0 comments on commit 0faf7f1

Please sign in to comment.