22 lines
538 B
YAML
22 lines
538 B
YAML
version:
|
|
workflow_dispatch: "3"
|
|
services:
|
|
portainer:
|
|
container_name: portainer
|
|
image: portainer/portainer-ce:latest
|
|
ports:
|
|
- 1000:9443
|
|
volumes:
|
|
- portainer_data:/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
restart: unless-stopped
|
|
labels:
|
|
glance.name: Portainer
|
|
glance.icon:
|
|
workflow_dispatch: si:portainer
|
|
glance.url: https://portainer.theocorp
|
|
glance.description:
|
|
workflow_dispatch: Container Management UI
|
|
glance.hide: false
|
|
volumes:
|
|
portainer_data: |