2025-02-22 00:12:25 +01:00
|
|
|
name: portainer
|
|
|
|
services:
|
|
|
|
portainer-ce:
|
|
|
|
ports:
|
|
|
|
- 8000:8000
|
|
|
|
- 9443:9443
|
|
|
|
container_name: portainer
|
2025-02-22 00:17:18 +01:00
|
|
|
restart: unless-stopped
|
2025-02-22 00:12:25 +01:00
|
|
|
volumes:
|
2025-02-22 00:18:29 +01:00
|
|
|
- /etc/localtime:/etc/localtime:ro
|
2025-02-22 00:12:25 +01:00
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
2025-02-22 00:17:53 +01:00
|
|
|
- ./Data:/data
|
2025-02-22 00:12:25 +01:00
|
|
|
image: portainer/portainer-ce:lts
|