diff --git a/docker-compose.yml b/docker-compose.yml index c5df832..8c3a7fc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -50,14 +50,6 @@ services: depends_on: - api - docker-cleanup: - image: docker:cli - container_name: purrse-docker-cleanup - restart: unless-stopped - volumes: - - /var/run/docker.sock:/var/run/docker.sock - entrypoint: ["/bin/sh", "-c", "while true; do sleep 86400; docker image prune -f; done"] - volumes: purrse-db-data: purrse-plugins: