Skip to content

Commit

Permalink
Updated compose syntax specifying file (#445)
Browse files Browse the repository at this point in the history
Adjusted the `up` command after the file is defined so that the command executes successfully. Huzzah for small differences between docker-compose and docker compose.
  • Loading branch information
stevenfollis authored Feb 1, 2024
1 parent bd00b6f commit a178eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cd dist/docker-compose
Use `docker compose` to run the application containers:

```
MYSQL_PASSWORD='<some password>' docker compose up -f dist/docker-compose/docker-compose.yml
MYSQL_PASSWORD='<some password>' docker compose --file dist/docker-compose/docker-compose.yml up
```

Open the frontend in a browser window:
Expand Down

0 comments on commit a178eb8

Please sign in to comment.