Skip to content

Commit 31432c3

Browse files
committed
docs: Fix docker compose instructions
1 parent 8ac0e8d commit 31432c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ Pre-requisites:
8383
Download the latest Docker Compose file and use `docker compose` to run the application containers:
8484

8585
```
86-
curl https://github.com/aws-containers/retail-store-sample-app/releases/latest/download/docker-compose.yaml
86+
wget https://github.com/aws-containers/retail-store-sample-app/releases/latest/download/docker-compose.yaml
87+
8788
DB_PASSWORD='<some password>' docker compose --file docker-compose.yaml up
8889
```
8990

0 commit comments

Comments
 (0)