Portainer
version: '3'
services:
portainer:
image: cr.portainer.io/portainer/portainer-ce:2.9.3
container_name: portainer
restart: always
ports:
- 8999:9000
- 8000:8000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/fabian/portainer_data:/data
volumes:
portainer_data: