mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-28 01:08:53 +00:00
doc(compose_file): fix version number of secrets (#332)
This commit is contained in:
parent
ed816ba448
commit
274cb33e89
@ -393,8 +393,8 @@ ports:
|
|||||||
|
|
||||||
存储敏感数据,例如 `mysql` 服务密码。
|
存储敏感数据,例如 `mysql` 服务密码。
|
||||||
|
|
||||||
```bash
|
```yaml
|
||||||
version: "3"
|
version: "3.1"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
|
Loading…
Reference in New Issue
Block a user