2023-03-29 13:04:10 +00:00
|
|
|
version: '2.4'
|
|
|
|
|
|
|
|
services:
|
|
|
|
portainer:
|
|
|
|
image: portainer/portainer-ce:latest
|
|
|
|
container_name: portainer
|
|
|
|
restart: always
|
|
|
|
ports:
|
|
|
|
- 8000:8000
|
|
|
|
- 9443:9443
|
|
|
|
volumes:
|
2023-03-29 15:20:05 +00:00
|
|
|
- ./volumes/data:/data
|
2023-03-29 13:04:10 +00:00
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|