mirror of
https://github.com/tomav/docker-mailserver
synced 2025-09-01 14:55:16 +00:00
Updated Debugging (markdown)
This commit is contained in:
@@ -16,8 +16,10 @@ 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:
|
##Installation Errors
|
||||||
|
|
||||||
`sudo su`
|
1. During setup, if you get errors trying to edit files inside of the container, you likely need to install vi:
|
||||||
|
|
||||||
`docker exec -it mail apt-get install -y vim`
|
`sudo su`
|
||||||
|
|
||||||
|
`docker exec -it mail apt-get install -y vim`
|
||||||
|
Reference in New Issue
Block a user