forked from coop-cloud/traefik
add secrets info
This commit is contained in:
parent
5aea354ac4
commit
7bed258294
@ -11,6 +11,12 @@ Set the environment variables from the .env file during the shell session.
|
|||||||
set -a && source .env && set +a
|
set -a && source .env && set +a
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Set the secrets.
|
||||||
|
|
||||||
|
```
|
||||||
|
printf "SECRET_HERE" | docker secret create SECRET_NAME -
|
||||||
|
```
|
||||||
|
|
||||||
Deploy using the `-c` flag to specify multiple compose files.
|
Deploy using the `-c` flag to specify multiple compose files.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user