mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +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` 服务密码。
|
||||
|
||||
```bash
|
||||
version: "3"
|
||||
```yaml
|
||||
version: "3.1"
|
||||
services:
|
||||
|
||||
mysql:
|
||||
|
Loading…
Reference in New Issue
Block a user