mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-10 17:34:51 +02:00
Updated Debugging (markdown)
This commit is contained in:
parent
8c4ba0e2d8
commit
1a94c99c3a
1 changed files with 1 additions and 0 deletions
|
@ -17,5 +17,6 @@ neither in the dovecot logs
|
||||||
3. Make sure you set your hostname to 'mail' or whatever you specified in your docker-compose.yml file or else your FQDN will be wrong
|
3. Make sure you set your hostname to 'mail' or whatever you specified in your docker-compose.yml file or else your FQDN will be wrong
|
||||||
|
|
||||||
4. During setup, if you get errors trying to edit files inside of the container, you likely need to install vi:
|
4. During setup, if you get errors trying to edit files inside of the container, you likely need to install vi:
|
||||||
|
|
||||||
sudo su
|
sudo su
|
||||||
docker exec -it mail apt-get install -y vim
|
docker exec -it mail apt-get install -y vim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue