services: portainer: image: portainer/portainer-ce:latest restart: unless-stopped ports: - "127.0.0.1:9000:9000" volumes: - /var/run/docker.sock:/var/run/docker.sock # needs docker socket - /home/saurav/hetzner_self/data/portainer:/data