|
|
4 年 前 | |
|---|---|---|
| .. | ||
| README.md | 4 年 前 | |
| docker-compose.yml | 4 年 前 | |
docker-compose.yml template into your project folder and start the container.Allows Portainer to manage the local Docker Environment
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Storing Data in a portainer-data volume on docker
volumes:
- portainer-data:/data
It's not secure to expose Portainer via the HTTP protocol. Follow these steps to enable HTTPS only.