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