You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-config/README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ networks:
25
25
Let's look at a Portainer example:
26
26
27
27
```yml
28
-
version: '3'
28
+
version: '3.8'
29
29
services:
30
30
31
31
portainer:
@@ -60,14 +60,14 @@ healthcheck:
60
60
timeout: 3s
61
61
```
62
62
63
-
## Docker Secrets
63
+
## Docker File Secrets
64
64
65
-
This image supports the use of Docker secrets to import from file and keep sensitive usernames or passwords from being passed or preserved in plaintext.
65
+
This image supports the use of Docker secrets to import from files and keep sensitive usernames or passwords from being passed or preserved in plaintext.
66
66
67
67
You can set any environment variable from a file by appending `__FILE` (double-underscore FILE) to the environmental variable name.
68
68
69
69
```yml
70
-
version: "3.7"
70
+
version: '3.8'
71
71
72
72
secrets:
73
73
# Secrets are single-line text files where the sole content is the secret
0 commit comments