fix(content): harden Compose credential examples

This commit is contained in:
yeasy
2026-06-04 01:02:59 -07:00
parent 130d03bf65
commit 67d5fc775a
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ $ docker run --name some-app -d --network my-mysql-net application-that-uses-mys
$ docker run -it --rm \
--network my-mysql-net \
mysql \
sh -c 'exec mysql -hsome-mysql -P3306 -uroot -pmysecretpassword'
sh -c 'exec mysql -hsome-mysql -P3306 -uroot -p'
```
### Dockerfile