Skip to content

Commit

Permalink
[Docker][EFS] Add amazon-efs-mount-watchdog
Browse files Browse the repository at this point in the history
  • Loading branch information
Herklos committed Mar 15, 2023
1 parent 57eadad commit c21d5c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/efs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ fi
# https://github.com/aws/efs-utils
if [[ -n "$EFS_FS_ID" && -n "$EFS_FS_MOUNTPOINT_ID" ]]; then
mount -t efs -o tls,iam,accesspoint=$EFS_FS_MOUNTPOINT_ID $EFS_FS_ID:/ $EFS_USER_MOUNT_POINT
amazon-efs-mount-watchdog &
fi

0 comments on commit c21d5c8

Please sign in to comment.