christianlempa-boilerplates/docker-compose/portainer/portainer.yaml

13 lines
231 B
YAML
Raw Normal View History

2021-06-11 15:05:20 +02:00
---
version: '3'
services:
app:
image: 'portainer/portainer-ce:latest'
ports:
- '9000:9000'
- '8000:8000'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /AmberPro/portainer/data:/data