Skip to content

Commit

Permalink
Upgraded docker-compose.yml file version from v3.3 to v.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Rong committed Mar 22, 2022
1 parent 9b95bf1 commit aced705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion articles/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ After some time the image will be successfully created, it will take some time d
Now that we have our apache-spark image is time to create a cluster in docker-compose

```yaml
version: "3.3"
version: "3.9"
services:
spark-master:
image: cluster-apache-spark:3.2.1
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.3"
version: "3.9"
services:
spark-master:
image: cluster-apache-spark:3.2.1
Expand Down

0 comments on commit aced705

Please sign in to comment.