services: socket-proxy: container_name: socket-proxy image: tecnativa/docker-socket-proxy restart: always ports: - 2375:2375 volumes: - /var/run/docker.sock:/var/run/docker.sock:ro environment: - CONTAINERS=1 - POST=0 - LOG_LEVEL=info labels: - com.centurylinklabs.watchtower.enable=true