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:
5050Let's look at a Portainer example:
5151
5252` ` ` yml
53- version : ' 3.8'
5453services :
5554
5655 portainer :
@@ -92,8 +91,6 @@ This image supports the use of Docker secrets to import from files and keep sens
9291You can set any environment variable from a file by appending `__FILE` (double-underscore FILE) to the environmental variable name.
9392
9493` ` ` yml
95- version: '3.8'
96-
9794secrets:
9895 # Secrets are single-line text files where the sole content is the secret
9996 # 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
99Create a ` docker-compose.yml ` file:
1010
1111``` yml
12- version : ' 3.8'
1312services :
1413 app :
1514 image : ' jc21/nginx-proxy-manager:latest'
@@ -55,7 +54,6 @@ are going to use.
5554Here is an example of what your ` docker-compose.yml ` will look like when using a MariaDB container:
5655
5756``` yml
58- version : ' 3.8'
5957services :
6058 app :
6159 image : ' jc21/nginx-proxy-manager:latest'
You can’t perform that action at this time.
0 commit comments