mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-06 06:20:14 +01:00
929 B
929 B
Installation
TODO: ...
Manage local environment
Allows Portainer to manage the local Docker Environment
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Data Persistence
Storing Data in a portainer-data
volume on docker
volumes:
- portainer-data:/data
Best-Practices & Post-Installation
Disable HTTP
It's not secure to expose Portainer via the HTTP protocol. Follow these steps to enable HTTPS only.
(Option 1): Upload custom certificates
(Option 2): Use a Reverse Proxy
- [] Use a Reverse Proxy to securely expose administrative services.