Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo ECS_ENABLE_SPOT_INSTANCE_DRAINING=true >> /etc/ecs/ecs.config
# cache already pulled container images and reduce network traffic
echo ECS_IMAGE_PULL_BEHAVIOR=prefer-cached >> /etc/ecs/ecs.config
# increase docker stop timeout so that containers can perform cleanup actions
echo ECS_CONTAINER_STOP_TIMEOUT=60 >> /etc/ecs/ecs.config
echo ECS_CONTAINER_STOP_TIMEOUT=60s >> /etc/ecs/ecs.config

# add fetch and run batch helper script
chmod a+x /opt/ecs-additions/fetch_and_run.sh
Expand Down