Add instruction for pulling + starting portainer container

Dieser Commit ist enthalten in:
MAGIC 2018-01-28 22:04:28 +01:00
Ursprung b72ad33536
Commit 85b2bb0eaa
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: A40EE5665510C9D5

Datei anzeigen

@ -1,4 +1,4 @@
In order to enable Portainer, the docker-compose.yml and site.conf for nginx must be modified.
In order to enable Portainer, the docker-compose.yml and site.conf for Nginx must be modified.
1\. docker-compose.yml: Insert this block for portainer
```
@ -51,4 +51,8 @@ map $http_upgrade $connection_upgrade {
}
```
3\. Then you need to pull the container and restart Nginx:
```
docker-compose up -d && docker-compose restart nginx-mailcow
```
Now you can simply navigate to https://${MAILCOW_HOSTNAME}/portainer/ to view your Portainer container monitoring page. You’ll then be prompted to specify a new password for the **admin** account. After specifying your password, you’ll then be able to connect to the Portainer UI.