docker-itmgmt/portainer/docker-compose.yaml

14 lines
261 B
YAML
Raw Normal View History

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:
- ./portainer_data:/data
- /var/run/docker.sock:/var/run/docker.sock