File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ networks:
50
50
Let's look at a Portainer example:
51
51
52
52
` ` ` yml
53
- version : ' 3.8'
54
53
services :
55
54
56
55
portainer :
@@ -92,8 +91,6 @@ This image supports the use of Docker secrets to import from files and keep sens
92
91
You can set any environment variable from a file by appending `__FILE` (double-underscore FILE) to the environmental variable name.
93
92
94
93
` ` ` yml
95
- version: '3.8'
96
-
97
94
secrets:
98
95
# Secrets are single-line text files where the sole content is the secret
99
96
# Paths in this example assume that secrets are kept in local folder called ".secrets"
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ outline: deep
9
9
Create a ` docker-compose.yml ` file:
10
10
11
11
``` yml
12
- version : ' 3.8'
13
12
services :
14
13
app :
15
14
image : ' jc21/nginx-proxy-manager:latest'
@@ -55,7 +54,6 @@ are going to use.
55
54
Here is an example of what your ` docker-compose.yml ` will look like when using a MariaDB container:
56
55
57
56
``` yml
58
- version : ' 3.8'
59
57
services :
60
58
app :
61
59
image : ' jc21/nginx-proxy-manager:latest'
You can’t perform that action at this time.
0 commit comments