dig @nameserver txt/mx example.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| mysql: | |
| container_name: mysql | |
| environment: | |
| MYSQL_ROOT_PASSWORD: 12345678 | |
| image: mysql:5.7.43 | |
| ports: | |
| - "3306:3306" | |
| restart: always | |
| volumes: |
ssh-agent # run
ssh-add key.pem # add private key
ssh-add -D # clean private key
NewerOlder