Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app-guides/mysql-on-fly.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd my-mysql
# Run `fly launch` to create an app
# Use the --no-deploy option since we'll make changes before first deploy
# Use the --image option to specify a MySQL Docker image
fly launch --no-deploy --image mysql:8
fly launch --no-deploy --image mysql:8.0.37
```

Type `y` when prompted to tweak the default app settings. Then, on the Fly Launch page:
Expand Down