Skip to content

Commit 7fb23cb

Browse files
committed
fix: add ports to docker compose to expose spark ui
1 parent 2d3954e commit 7fb23cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootcamp/materials/3-spark-fundamentals/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
- 8080:8080
2424
- 10000:10000
2525
- 10001:10001
26+
- 4040-4042:4040-4042
2627
rest:
2728
image: tabulario/iceberg-rest
2829
container_name: iceberg-rest

0 commit comments

Comments
 (0)