-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.control.yml
More file actions
30 lines (28 loc) · 916 Bytes
/
Copy pathdocker-compose.control.yml
File metadata and controls
30 lines (28 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: control
version: '3.8'
services:
portainer:
image: portainer/portainer-ce:lts
container_name: portainer
restart: always
ports:
- "8000:8000"
- "9443:9443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
environment:
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
networks:
- traefik
labels:
- "com.docker.desktop.extension.icon=https://raw.githubusercontent.com/alexzedim/core/refs/heads/master/icons/cmnw-logo.png"
- "io.portainer.server=true"
- "org.opencontainers.image.description=Docker container management made simple, with the world's most popular GUI-based container management platform."
- "org.opencontainers.image.title=Portainer"
- "org.opencontainers.image.vendor=Portainer.io"
volumes:
portainer_data:
networks:
traefik:
external: true