21 lines
420 B
Markdown
21 lines
420 B
Markdown
# docker-container
|
|
|
|
Docker Container
|
|
|
|
## some commands
|
|
* show only container name and status:
|
|
```
|
|
docker ps --format '{{.Names}}|{{.Status}}' | column -t -s "|"
|
|
```
|
|
|
|
|
|
### SMTP Settings
|
|
|
|
SMTP_USER=${SYSTEM_EMAIL_USER}
|
|
SMTP_PASSWORD=${SYSTEM_EMAIL_PASSSWORD}
|
|
SMTP_HOST=${SYSTEM_EMAIL_SMTP_HOST}
|
|
SMTP_PORT=${SYSTEM_EMAIL_SMTP_PORT}
|
|
SMTP_FROM_ADDRESS=${SYSTEM_EMAIL_USER}
|
|
|
|
### OAUTH2 Integration
|
|
* use https://auth.domr.ovh |