diff --git a/stress/docker-compose.yaml b/stress/docker-compose.yaml index 13b1149a8..c6e081aac 100644 --- a/stress/docker-compose.yaml +++ b/stress/docker-compose.yaml @@ -1,4 +1,7 @@ services: - workload: - image: us-central1-docker.pkg.dev/molten-verve-216720/turso-repository/limbo-workload:antithesis-latest - command: [ "/bin/limbo_stress" ] + limbo: + container_name: limbo + hostname: limbo + image: limbo:latest + entrypoint: ["/bin/docker-entrypoint.sh"] + command: ["sleep", "infinity"] \ No newline at end of file