Skip to content

Commit 68f25dd

Browse files
authored
chore: update (#538)
1 parent dd21ff2 commit 68f25dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/how-to-set-up-mysql-using-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can exit MySQL server by `EXIT;`.
8989

9090
### Persisting Data
9191

92-
To persist your MySQL data beyond the container lifecycle, use a volume:
92+
To persist your MySQL data beyond the container lifecycle, use a volume when creating the container:
9393

9494
```bash
9595
docker run --name mysql-container -e MYSQL_ROOT_PASSWORD=your_password -p 3306:3306 -v mysql-data:/var/lib/mysql -d mysql:8.0

0 commit comments

Comments
 (0)