Skip to content

Commit

Permalink
Adjust docker compose (restart policy).
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Jan 9, 2025
1 parent 5518149 commit 457bb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
multiversx-etl-append-only-indices:
ulimits:
nproc: 262140
restart: no
restart: on-failure:2
image: multiversx-etl:latest
container_name: multiversx-etl-append-only-indices
volumes:
Expand All @@ -29,7 +29,7 @@ services:
multiversx-etl-mutable-indices:
ulimits:
nproc: 262140
restart: no
restart: on-failure:2
image: multiversx-etl:latest
container_name: multiversx-etl-mutable-indices
volumes:
Expand Down

0 comments on commit 457bb40

Please sign in to comment.