--- # DOCKER_HOST=192.168.2.41:2376 docker-compose up -d version: '2' services: app: restart: always privileged: true image: "portainer/portainer" volumes: - /var/run/docker.sock:/var/run/docker.sock ports: # - "80:80" - "9000:9000"