leycloud/portainer.yml hinzugefügt
This commit is contained in:
parent
009c8a1f2e
commit
3650199feb
|
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
portainer:
|
||||
image: portainer/portainer-ce:latest
|
||||
container_name: portainer
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock # Erlaubt Portainer, Docker zu steuern
|
||||
- ./data:/data # Hier liegen deine Portainer-Einstellungen
|
||||
ports:
|
||||
- '9443:9443' # HTTPS Port für den Direktzugriff (optional)
|
||||
- '9000:9000' # HTTP Port (den nutzen wir für den Proxy)
|
||||
Loading…
Reference in New Issue