mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-10-14 19:22:30 +00:00
doc(compose_file): fix version number of secrets (#332)
This commit is contained in:
@@ -393,8 +393,8 @@ ports:
|
|||||||
|
|
||||||
存储敏感数据,例如 `mysql` 服务密码。
|
存储敏感数据,例如 `mysql` 服务密码。
|
||||||
|
|
||||||
```bash
|
```yaml
|
||||||
version: "3"
|
version: "3.1"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
|
Reference in New Issue
Block a user