readme updates
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# Installing
|
||||
# Installation
|
||||
|
||||
## Manage local environment
|
||||
|
||||
Allows Portainer to manage the local Docker Environment
|
||||
|
||||
```yaml
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
@@ -12,23 +11,23 @@ Allows Portainer to manage the local Docker Environment
|
||||
## Data Persistence
|
||||
|
||||
Storing Data in a `portainer-data` volume on docker
|
||||
|
||||
```yaml
|
||||
volumes:
|
||||
- portainer-data:/data
|
||||
```
|
||||
|
||||
# Best-Practices
|
||||
# Best-Practices & Post-Installation
|
||||
|
||||
### (Option 1): Upload custom certificates
|
||||
|
||||
- [ ] Upload your custom certificates
|
||||
- [ ] Force HTTPS only
|
||||
- [ ] Expose Port `9443`
|
||||
|
||||

|
||||
|
||||
|
||||
### (Option 2): Use a Reverse Proxy
|
||||
|
||||
Use a Reverse Proxy to securely expose administrative services.
|
||||
- [] Use a Reverse Proxy to securely expose administrative services.
|
||||
|
||||
# Additional Referfences
|
||||
|
||||
[Official Portainer Documentation](https://docs.portainer.io/)
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# Installing
|
||||
|
||||
|
||||
# Customization
|
||||
# Installation
|
||||
|
||||
## Data Persistence
|
||||
... Storing Data in the `/etc/traefik` directory on the host, passing through...
|
||||
@@ -24,7 +21,7 @@ tls:
|
||||
Replace the `/etc/traefik/certs/cert.pem` with your certificate file, and the `/etc/traefik/certs/cert-key.pem` with your certificate key.
|
||||
|
||||
|
||||
# Best-Practices
|
||||
# Best-Practices & Post-Installation
|
||||
|
||||
```yaml
|
||||
providers:
|
||||
|
||||
Reference in New Issue
Block a user